1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Don't quote the list of files, it confuses git

This commit is contained in:
2018-01-06 13:03:33 +01:00
parent df2c13f419
commit 40f446fdee

View File

@@ -6,7 +6,7 @@ if [ -n "$1" ]; then
cd "$GITDIR" || exit
DATETIME=$(date +%Y%m%d\ %H:%M:%S)
#git pull
RESULT=$(git commit "$*" -m "Autosave at $DATETIME")
RESULT=$(git commit $* -m "Autosave at $DATETIME")
echo "$RESULT"
#zenity --info --text=$RESULT
git push