]> rtime.felk.cvut.cz Git - sojka/duhome.git/commitdiff
Fix typo in git switch
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 20 Mar 2013 08:13:32 +0000 (09:13 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 20 Mar 2013 08:13:32 +0000 (09:13 +0100)
duhome

diff --git a/duhome b/duhome
index a50354791aa9b42ec63f28a4349a1c03ff4f3b26..2cebe27e7462d9bcc07c40391000b0bb5255d7e6 100755 (executable)
--- a/duhome
+++ b/duhome
@@ -21,7 +21,7 @@ case "$1" in
        cd $DATA
        shift
        GIT_AUTHOR_NAME="$0" GIT_AUTHOR_EMAIL="$USER@$(hostname -f)" \
-           git commit --quite -m 'Automatic commit' "$@" || :
+           git commit --quiet -m 'Automatic commit' "$@" || :
        ;;
     status)
        cd $DATA