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 8c33da8 commit 78f330dCopy full SHA for 78f330d
src/wizard/deploy.jl
@@ -37,7 +37,7 @@ function print_build_tarballs(io::IO, state::WizardState)
37
psrepr(ps) = "PackageSpec(name=\"$(ps.name)\", uuid=\"$(ps.uuid)\")"
38
dependencies_string = join(map(psrepr, state.dependencies), "\n ")
39
40
- println(io, """
+ print(io, """
41
# Note that this script can accept some limited command-line arguments, run
42
# `julia build_tarballs.jl --help` to see a usage message.
43
using BinaryBuilder, Pkg
0 commit comments