Skip to content

Commit dd96f99

Browse files
authored
[Wizard] Fix name of function that had been renamed (#1060)
1 parent d4cb3d7 commit dd96f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BinaryBuilder"
22
uuid = "12aac903-9f7c-5d81-afc2-d9565ea332ae"
33
authors = ["Elliot Saba <[email protected]>"]
4-
version = "0.3.5"
4+
version = "0.3.6"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

src/wizard/deploy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function step7(state::WizardState)
279279
_deploy(state)
280280
end
281281

282-
function deploy(state::WizardState = load_last_wizard_state(; as_is = true))
282+
function deploy(state::WizardState = load_wizard_state(; as_is = true))
283283
if state.step == :done
284284
println(state.outs, "This state has been already deployed")
285285
return

0 commit comments

Comments
 (0)