summaryrefslogtreecommitdiff
path: root/playbooks.d/git-server/playbook.bash
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks.d/git-server/playbook.bash')
-rw-r--r--playbooks.d/git-server/playbook.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks.d/git-server/playbook.bash b/playbooks.d/git-server/playbook.bash
index f1b8287..74eda61 100644
--- a/playbooks.d/git-server/playbook.bash
+++ b/playbooks.d/git-server/playbook.bash
@@ -32,7 +32,7 @@ playbook_sync() {
while read -r repo
do
local name="$(config "git.repos.$repo.name" "$repo")"
- local path="$(config "git.repodir")/$(config "git.repos.$repo.path" "$name")"
+ local path="$(config "git.repodir")/$(config "git.repos.$repo.path" "$name").git"
info "$BASHTARD_PLAYBOOK" "Ensuring $name exists ($repo)"