Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Don't shasum dir
Browse files Browse the repository at this point in the history
  • Loading branch information
orizabal committed Aug 3, 2023
1 parent 15b3f7b commit 4f3a6b2
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 @@ -71,7 +71,7 @@ main() {
find $buildpath/gh-ost* -type f -maxdepth 1

echo "Checksums:"
(cd $buildpath && shasum -a256 gh-ost* 2>/dev/null)
(cd $buildpath && shasum -a256 gh-ost && shasum -a256 gh-ost-* && shasum -a256 gh-ost_* 2>/dev/null)
}

. script/bootstrap
Expand Down

0 comments on commit 4f3a6b2

Please sign in to comment.