aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-01-29 13:32:41 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-01-29 13:32:41 -0600
commit76d6323fff5f1678b8b06bfd2f0d3e237c4eb039 (patch)
tree68f24ed8a1e781e7a809115ae05d93bef3395a04
parentf62b697eb2245e14d86f1c0b7295550687e23c94 (diff)
downloadmediagoblin-76d6323fff5f1678b8b06bfd2f0d3e237c4eb039.tar.lz
mediagoblin-76d6323fff5f1678b8b06bfd2f0d3e237c4eb039.tar.xz
mediagoblin-76d6323fff5f1678b8b06bfd2f0d3e237c4eb039.zip
Adding a line reminding user to push up commits
-rwxr-xr-xdevtools/update_translations.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/update_translations.sh b/devtools/update_translations.sh
index 537aa95b..527bd274 100755
--- a/devtools/update_translations.sh
+++ b/devtools/update_translations.sh
@@ -49,3 +49,5 @@ echo "==> Committing to git"
git add mediagoblin/i18n/
git commit -m "Committing extracted and compiled translations" || true
+
+echo "... done. Now consider pushing up those commits!"