Skip to content

Commit 0d09b7c

Browse files
committed
fix(badge): correct syntax error in git add
fixes #3 nofusscomputing/centurion_erp#209 nofusscomputing/centurion_erp#214
1 parent e59d080 commit 0d09b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
git status;
333333
echo "[Debug] ****************************";
334334
335-
if [ "$(git status -s)" ];
335+
if [ "$(git status -s)" ]; then
336336
337337
echo "changed=true" > $GITHUB_OUTPUT;
338338

0 commit comments

Comments
 (0)