Skip to content

Commit

Permalink
fix(cli): Fix instructions for verifying sha256 of the update image
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Apr 4, 2023
1 parent be08ab9 commit 68cd941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/cli/src/ic_admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ git fetch origin
git checkout {version}
if ./gitlab-ci/container/build-ic.sh -i ; then
curl -LO https://download.dfinity.systems/ic/{version}/guest-os/update-img/update-img.tar.gz
shasum -a 256 artifacts/icos/update-img.tar.gz update-img.tar.gz
shasum -a 256 artifacts/icos/guestos/update-img.tar.gz update-img.tar.gz
else
echo "IC-OS build failed. Verification unsuccessful." >&2
fi
Expand Down

0 comments on commit 68cd941

Please sign in to comment.