Fix syntax error

This commit is contained in:
mathias 2019-02-23 14:55:49 +02:00
parent 8394f49432
commit 28c8f4caf6

View file

@ -20,7 +20,7 @@ done'
./tmux new -d -s schematics 'while true; do
cd $HOME/plugins/WorldEdit/schematics/
if [ "git diff --name-only --diff-filter=A HEAD" ]; then
if [ "$(git diff --name-only --diff-filter=A HEAD)" ]; then
git add --all
git -c user.name='kaboom' -c user.email='kaboom' commit -m "Add new schematics"
git push