This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit 5a058e433a2871509d941bcad66daa7c7092ffaf
Author: Boris Faure <[email protected]>
AuthorDate: Sun Sep 4 22:49:25 2022 +0200
colorschemes: better comment in script to install colorschemes
---
data/colorschemes/add_color_scheme.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/colorschemes/add_color_scheme.sh b/data/colorschemes/add_color_scheme.sh
index 37c404f..bb61ec0 100755
--- a/data/colorschemes/add_color_scheme.sh
+++ b/data/colorschemes/add_color_scheme.sh
@@ -37,5 +37,5 @@ $EET -e "$EET_FILE" "$NAME" "$TMP_DESC" "$COMPRESS"
rm "$TMP_DESC"
-# file successfully written, so need to trap to rename temp file
+# file successfully written, so no need to trap to remove temp file
trap - INT TERM HUP EXIT
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.