
commit 97eaa04d7416366c953dc1de19652e4f86be897f Author: emma peel <emma.peel@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;
participants (1)
-
emmapeel@torproject.org