Skip to content

Commit

Permalink
fix: Space after URL (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 27, 2024
1 parent 73793db commit 1cf2562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ downloadImage() {
fi

{ wget "$url" -O "$iso" -q --no-check-certificate --show-progress "$progress"; rc=$?; } || :
(( rc != 0 )) && error "Failed to download $url, reason: $rc" && exit 60
(( rc != 0 )) && error "Failed to download $url , reason: $rc" && exit 60

[ ! -f "$iso" ] && return 1
return 0
Expand Down

0 comments on commit 1cf2562

Please sign in to comment.