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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user