From e37c759f8d4ba06bc440e5fc7645520d1459bb9e Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 13 Aug 2024 22:46:19 +0200 Subject: [PATCH] update comment --- gra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gra b/gra index ece9c31..f213ebe 100755 --- a/gra +++ b/gra @@ -47,7 +47,7 @@ while (( "$#" )); do esac done -# TODO: Check if in Git repository +# Check if in Git repository if ! git status &> /dev/null; then error "Not inside a Git repository" fi