aboutsummaryrefslogtreecommitdiff
path: root/scripts/dotfiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dotfiles.sh')
-rwxr-xr-xscripts/dotfiles.sh2
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