Skip to content

Commit 797fc25

Browse files
giordanostaticfloat
authored andcommitted
[Wizard] Use repr to print platforms in the deploy script
1 parent 472f74d commit 797fc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wizard/deploy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function print_build_tarballs(io::IO, state::WizardState)
2020
else
2121
platforms_string = """
2222
[
23-
$(strip(join(state.platforms,",\n ")))
23+
$(strip(join(repr.(state.platforms),",\n ")))
2424
]
2525
"""
2626
end

0 commit comments

Comments
 (0)