update comment

This commit is contained in:
Denis Lehmann 2024-08-13 22:46:19 +02:00
parent 6dae691a92
commit e37c759f8d

2
gra
View file

@ -47,7 +47,7 @@ while (( "$#" )); do
esac esac
done done
# TODO: Check if in Git repository # Check if in Git repository
if ! git status &> /dev/null; then if ! git status &> /dev/null; then
error "Not inside a Git repository" error "Not inside a Git repository"
fi fi