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

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hanikesn committed Jun 30, 2017
1 parent 100c90b commit cd5f36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions box-metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ "$OSTYPE" == darwin* ]]; then
CHECKSUM=`shasum -a 256 ${FILE} | cut -f 1 -d ' '`
else
CHECKSUM=`sha256sum ${FILE} | cut -f 1 -d ' '`
fi

cat << EOF > $3
{
Expand Down

0 comments on commit cd5f36b

Please sign in to comment.