Skip to content

Commit 2cb2781

Browse files
committed
fix release script
1 parent ee34b7f commit 2cb2781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$(git branch --show-current)" != "master" ]; then
1313
fi
1414

1515
# check clean git repo
16-
if [ ! -z "${git show --short --ahead-behind}" ]; then
16+
if [ ! -z "$(git status --short --ahead-behind)" ]; then
1717
git show
1818
echo "need a clean repo"
1919
exit 1

0 commit comments

Comments
 (0)