Skip to content

Commit 9532754

Browse files
authored
[Wizard] Fix name of save_wizard_state (#1008)
1 parent 0e30a58 commit 9532754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wizard.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function run_wizard(state::Union{Nothing,WizardState} = nothing)
144144
end
145145

146146
# We did it!
147-
save_last_wizard_state(state)
147+
save_wizard_state(state)
148148

149149
println(state.outs, "\nWizard Complete. Press Enter to exit...")
150150
read(state.ins, Char)

0 commit comments

Comments
 (0)