From 6c663491df1ceff877f37c7868b8f9acf1815399 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 12 May 2023 01:25:22 +0200 Subject: [PATCH] Missing files --- etc/profile.d/git.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index ef137920..892f4ad8 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -81,7 +81,8 @@ EOF echo "> Commit canceled because of empty comment!" return 1 fi - git commit -m "$comment" "$file" + # NB 12.05.23 git commit -m "$comment" "$file" + git commit -m "$comment" fi -- 2.47.3