summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playbooks.d/user-tyil/playbook.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks.d/user-tyil/playbook.bash b/playbooks.d/user-tyil/playbook.bash
index b7c1a83..0ca0425 100644
--- a/playbooks.d/user-tyil/playbook.bash
+++ b/playbooks.d/user-tyil/playbook.bash
@@ -50,7 +50,7 @@ playbook_sync() {
if [[ ! -d "$dir/$name" ]]
then
- git clone \
+ sudo -u tyil git clone \
--single-branch \
--branch "$branch" \
--depth 1 \