From 7a7ca12395823883df69e614d2b520be6f2a3a69 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 26 Aug 2020 13:26:01 +0200 Subject: remove sudo --- github_sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_sync.sh b/github_sync.sh index cf7cb28..f33374f 100755 --- a/github_sync.sh +++ b/github_sync.sh @@ -112,7 +112,7 @@ printf "%s\n" "${TO_PUSH[@]}" echo for repo in "${TO_CLONE[@]}"; do - sudo -u git git clone --bare \ + git clone --bare \ "${GH_REPOS[$repo]}" "$REPO_DIR/$repo" done -- cgit v1.2.3