diff options
Diffstat (limited to 'roles/prerec')
-rwxr-xr-x | roles/prerec/templates/update-task-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/prerec/templates/update-task-status.sh b/roles/prerec/templates/update-task-status.sh index e8f0ff8..b3f59d2 100755 --- a/roles/prerec/templates/update-task-status.sh +++ b/roles/prerec/templates/update-task-status.sh @@ -14,7 +14,7 @@ cd {{ emacsconf_private_dir }} echo "Pulling conf.org..." git pull echo "Updating status..." -emacsclient -a emacs --eval "(emacsconf-with-todo-hooks (emacsconf-update-talk-status \"$SLUG\" \"$FROM_STATUS\" \"$TO_STATUS\"))" +emacsclient --eval "(emacsconf-with-todo-hooks (emacsconf-update-talk-status \"$SLUG\" \"$FROM_STATUS\" \"$TO_STATUS\"))" -a emacs echo "Committing and pushing in the background" git commit -m "Update task status for $SLUG from $FROM_STATUS to $TO_STATUS" conf.org git push & |