We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cb3d7 commit dd96f99Copy full SHA for dd96f99
Project.toml
@@ -1,7 +1,7 @@
1
name = "BinaryBuilder"
2
uuid = "12aac903-9f7c-5d81-afc2-d9565ea332ae"
3
authors = ["Elliot Saba <[email protected]>"]
4
-version = "0.3.5"
+version = "0.3.6"
5
6
[deps]
7
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
src/wizard/deploy.jl
@@ -279,7 +279,7 @@ function step7(state::WizardState)
279
_deploy(state)
280
end
281
282
-function deploy(state::WizardState = load_last_wizard_state(; as_is = true))
+function deploy(state::WizardState = load_wizard_state(; as_is = true))
283
if state.step == :done
284
println(state.outs, "This state has been already deployed")
285
return
0 commit comments