Skip to content

Commit

Permalink
chore: fix release stamping
Browse files Browse the repository at this point in the history
maybe fixes #47
  • Loading branch information
alexeagle committed Oct 12, 2021
1 parent 0e6790e commit 655ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildinfo/bazel_stamp_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -o pipefail -o errexit -o nounset

function has_local_changes {
if [[ $(git status --porcelain) ]]; then
if [ "$(git status --porcelain)" != "" ]; then
echo dirty
else
echo clean
Expand Down

0 comments on commit 655ad0b

Please sign in to comment.