Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jun 8, 2024
1 parent d419700 commit 33551a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/shellscript/juliaup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ main() {

printf '%s\n' "Please use a tmp location where you can execute binaries." 1>&2
printf '%s\n' "Hint: you can change the tmp location with" 1>&2
printf '%s\n' "`mkdir -p ~/tmp && curl -fsSL https://install.julialang.org | TMPDIR=~/tmp sh`" 1>&2
printf '%s\n' " mkdir -p ~/tmp && curl -fsSL https://install.julialang.org | TMPDIR=~/tmp sh" 1>&2
# Workaround adapted from https://github.com/JuliaLang/juliaup/issues/450#issuecomment-1325439708
exit 1
fi
Expand Down

0 comments on commit 33551a6

Please sign in to comment.