Skip to content

Commit

Permalink
upload.sh: Fix #64
Browse files Browse the repository at this point in the history
* Missed in eca7070
  • Loading branch information
Akianonymus authored and labbots committed Jun 9, 2020
1 parent 0445230 commit a9f51b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ _update() {
latest_sha="$(_get_latest_sha release "${type_value}" "${repo}")"
if script="$(curl --compressed -Ls "https://raw.githubusercontent.com/${repo}/${latest_sha}/install.sh")"; then
_clear_line 1
bash <(printf "%s\n" "${script}") "${job}"
bash <(printf "%s\n" "${script}") "${job_string:-}"
else
_print_center "justify" "Error: Cannot download ${job} script." "="
exit 1
Expand Down

0 comments on commit a9f51b3

Please sign in to comment.