[tor-commits] [translation-tools/master] update commit message, now kgb bot gives its own link
emmapeel at torproject.org
emmapeel at torproject.org
Wed Nov 10 10:58:50 UTC 2021
commit 97eaa04d7416366c953dc1de19652e4f86be897f
Author: emma peel <emma.peel at riseup.net>
Date: Wed Nov 10 10:58:35 2021 +0000
update commit message, now kgb bot gives its own link
---
update_translations | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_translations b/update_translations
index b2d689c..ccec8fa 100755
--- a/update_translations
+++ b/update_translations
@@ -39,7 +39,7 @@ for project in $PROJECTS; do
# ... add them to git ...
git add -A . > /dev/null;
- git commit -qm "https://gitweb.torproject.org/translation.git/commit/?h=$project" > /dev/null || test $? = 1;
+ git commit -qm "new translations in $project" > /dev/null || test $? = 1;
# ... and push them live.
git push -q origin $project > /dev/null;
More information about the tor-commits
mailing list