diff options
Diffstat (limited to 'scripts/dotfiles.sh')
-rwxr-xr-x | scripts/dotfiles.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dotfiles.sh b/scripts/dotfiles.sh index 1a0675a..b62e4d4 100755 --- a/scripts/dotfiles.sh +++ b/scripts/dotfiles.sh @@ -9,5 +9,5 @@ rsync -av --delete ~/.config/zathura/ ~/.config/dotfiles/zathura cp -r ~/.config/X11/Xresources ~/.config/dotfiles/Xresources cd ~/.config/dotfiles && git add . -git commit -m "automated commit at ($TIMESTAMP)" +git commit -m "automated commit at $TIMESTAMP" git push myserver master |