aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit b/commit
index 2be27dd..bc226f0 100755
--- a/commit
+++ b/commit
@@ -89,7 +89,7 @@ function git_user {
if [ -e "$HOME/.gitconfig" ]; then
echo "You should try to use your default setting:"
- echo "cat <<EOF >> .git/config"
+ echo "cat <<EOF >> $GIT_FOLDER/.git/config"
grep -A 2 "^\[user\]" $HOME/.gitconfig
echo "EOF"
fi