Skip to content

Commit

Permalink
Fix tsh package build (gravitational#13813)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Jun 25, 2022
1 parent 936151b commit 423c005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/build-pkg-tsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ password created by APPLE_USERNAME"
mv "$target" .
local bn=''
bn="$(basename "$target")"
sha256sum "$bn" > "$bn.sha256"
shasum -a 256 "$bn" > "$bn.sha256"
}

main "$@"

0 comments on commit 423c005

Please sign in to comment.