summaryrefslogtreecommitdiff
path: root/playbooks.d/www-blog/playbook.bash
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks.d/www-blog/playbook.bash')
-rw-r--r--playbooks.d/www-blog/playbook.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks.d/www-blog/playbook.bash b/playbooks.d/www-blog/playbook.bash
index c5835d6..e2c0617 100644
--- a/playbooks.d/www-blog/playbook.bash
+++ b/playbooks.d/www-blog/playbook.bash
@@ -19,7 +19,7 @@ playbook_sync() {
branch="$(config "$BASHTARD_PLAYBOOK.branch" "master")"
path="$(config "$BASHTARD_PLAYBOOK.path" "/var/www/$BASHTARD_PLAYBOOK")"
- remote="$(config "$BASHTARD_PLAYBOOK.origin" "origin")"
+ remote="$(config "$BASHTARD_PLAYBOOK.remote" "origin")"
git -C "$path" fetch "$remote" "$branch"
git -C "$path" reset --hard "$remote/$branch"