Skip to content

Commit 5102e38

Browse files
authored
Fix build-script
1 parent 00ba6db commit 5102e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ php "$COMPOSER" install --no-dev --prefer-dist -o
4545

4646
php "$COMPOSER" archive -f tar.gz --dir /tmp --file "$TARGET"
4747
rm "$COMPOSER"
48-
echo `shasum -a 256 /tmp/$TARGET.tar.gz`
48+
echo `sha256sum /tmp/$TARGET.tar.gz`

0 commit comments

Comments
 (0)