aboutsummaryrefslogtreecommitdiffstats
path: root/check_for_translation_work.sh
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2013-11-02 20:17:05 +0100
committerfilip <filip.komar@gmail.com>2013-11-02 20:17:05 +0100
commit90f63354501633d2b93233e0dfcde33bd4fcb93c (patch)
tree41e4ff627b6ae180e744d998d206d4b242dd8571 /check_for_translation_work.sh
parent0d1c6a78982bc78fb0dc6c3d3b58a708152b9ce6 (diff)
downloadtools-90f63354501633d2b93233e0dfcde33bd4fcb93c.tar
tools-90f63354501633d2b93233e0dfcde33bd4fcb93c.tar.gz
tools-90f63354501633d2b93233e0dfcde33bd4fcb93c.tar.bz2
tools-90f63354501633d2b93233e0dfcde33bd4fcb93c.tar.xz
tools-90f63354501633d2b93233e0dfcde33bd4fcb93c.zip
fixing small debug leftover
Diffstat (limited to 'check_for_translation_work.sh')
-rwxr-xr-xcheck_for_translation_work.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh
index 9e7ca5b2..8b71a50f 100755
--- a/check_for_translation_work.sh
+++ b/check_for_translation_work.sh
@@ -7,7 +7,7 @@
#
# Filip Komar, 2012, 2013
# Remco Rijnders, 2012
-# $Id: check_for_translation_work.sh 2013-11-02 14:26:00 UTC filip $
+# $Id: check_for_translation_work.sh 2013-11-02 19:15:00 UTC filip $
#
# Please see git for a list of changes to this script.
#
@@ -120,8 +120,8 @@ if [ -z "$git_directory" ]; then
echo -e "\E[m"
exit 2
fi
-if [ ! -f ~/.gitconfig_ ]; then
- cat > ~/.gitconfig_ << "EOF"
+if [ ! -f ~/.gitconfig ]; then
+ cat > ~/.gitconfig << "EOF"
[user]
name = Your Name
email = your_email@example.com