Skip to content

Commit 8482e27

Browse files
committed
remove --allow-empty
1 parent f5a6463 commit 8482e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fix_rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e # Exit immediately if a command exits with a non-zero status.
66
commit_if_changes() {
77
if [ -n "$(git status --porcelain)" ]; then
88
echo "changes detected, committing..."
9-
git commit --allow-empty -am "$1"
9+
git commit -am "$1"
1010
echo "commit created."
1111
fi
1212
}

0 commit comments

Comments
 (0)