diff --git a/.local/bin/sync-git-repos b/.local/bin/sync-git-repos index f34f0ac..a1ab4bf 100755 --- a/.local/bin/sync-git-repos +++ b/.local/bin/sync-git-repos @@ -11,8 +11,8 @@ list_repos () { sync_repo () { repo=$1 - echo git-sync -s "${repo}" - ( cd "${repo}" && "$(systemd-path user-binaries)"/hookless-git-sync -s sync ) + echo git-sync "${repo}" + ( cd "${repo}" && "$(systemd-path user-binaries)"/hookless-git-sync -n -s sync ) echo }