Skip to content

Commit 2d42e45

Browse files
committed
Fix a typo
1 parent fe7b178 commit 2d42e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit_and_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github_name=$2
2323

2424
echo "[*] Current status of the repository:"
2525
if ! git status -b -s; then
26-
echo "[-] No a git repository."
26+
echo "[-] Not a git repository."
2727
exit 2
2828
fi
2929

0 commit comments

Comments
 (0)