diff options
Diffstat (limited to 'package.inc.sh')
-rw-r--r-- | package.inc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.inc.sh b/package.inc.sh index 7a9756d..1ae9a5b 100644 --- a/package.inc.sh +++ b/package.inc.sh @@ -165,7 +165,7 @@ package_checkout() { git branch -qf --no-track {,}"$remote/packages/$pkgname" quiet_git clone \ - --local \ + --shared \ --single-branch \ --branch "$remote/packages/$pkgname" \ --config "pull.rebase=true" \ |