Adding a line reminding user to push up commits
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 19:32:41 +0000 (13:32 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 19:32:41 +0000 (13:32 -0600)
devtools/update_translations.sh

index 537aa95bbd235883363cdc3f25abdace0b3016b3..527bd274f45d0ebdbb7145eb3ae23170b95df838 100755 (executable)
@@ -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!"