Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed Aug 24, 2023
1 parent 86f34c7 commit e10b64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ set_boot_image_vars() {
local url="https://downloads.factorcode.org/images/${CURRENT_BRANCH}/checksums.txt"
$ECHO "Getting checksum from ${url}"
check_url $url
$ECHO "got checksum!"
if [[ $? -eq 0 ]]; then
$ECHO "got checksum!"
CHECKSUM_URL="$url"
BOOT_IMAGE_URL="https://downloads.factorcode.org/images/${CURRENT_BRANCH}/${BOOT_IMAGE}"
else
Expand Down

0 comments on commit e10b64d

Please sign in to comment.