diff --git a/.local/bin/sync-git-repos b/.local/bin/sync-git-repos index c6d5a91..d0ff8a3 100755 --- a/.local/bin/sync-git-repos +++ b/.local/bin/sync-git-repos @@ -12,7 +12,7 @@ sync_repo () { repo=$1 echo git-sync -s "${repo}" - ( cd "${repo}" && git-sync -s sync ) + ( cd "${repo}" && "$(systemd-path user-state-private)"/git-sync/git-sync -s sync ) echo }