Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Accidentally flipped master/stable builds in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbehrends committed Jun 4, 2020
1 parent 1036a9f commit 39f600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install-oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include("../safepkg.jl")

build_type = get(ENV, "BUILDTYPE", "master")

SafePkg.set_mode(build_type == "master" ? SafePkg.stable : SafePkg.master)
SafePkg.set_mode(build_type == "master" ? SafePkg.master : SafePkg.stable)

# Topological sort of dependencies.
# Any cycles are appended to the graph "as is".
Expand Down

0 comments on commit 39f600e

Please sign in to comment.