Skip to content

Commit 78f330d

Browse files
giordanoararslan
authored andcommitted
Remove extra new line at the end of script generated by wizard (#592)
1 parent 8c33da8 commit 78f330d

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
@@ -37,7 +37,7 @@ function print_build_tarballs(io::IO, state::WizardState)
3737
psrepr(ps) = "PackageSpec(name=\"$(ps.name)\", uuid=\"$(ps.uuid)\")"
3838
dependencies_string = join(map(psrepr, state.dependencies), "\n ")
3939

40-
println(io, """
40+
print(io, """
4141
# Note that this script can accept some limited command-line arguments, run
4242
# `julia build_tarballs.jl --help` to see a usage message.
4343
using BinaryBuilder, Pkg

0 commit comments

Comments
 (0)