Fix a typo

This commit is contained in:
itm4n
2025-10-06 17:39:06 +02:00
parent fe7b178bd8
commit 2d42e45ee1
+1 -1
View File
@@ -23,7 +23,7 @@ github_name=$2
echo "[*] Current status of the repository:"
if ! git status -b -s; then
echo "[-] No a git repository."
echo "[-] Not a git repository."
exit 2
fi