summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/load-configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/load-configuration b/lib/load-configuration
index 593825d..b5936d9 100755
--- a/lib/load-configuration
+++ b/lib/load-configuration
@@ -155,7 +155,7 @@ for repo in ${repo_names}; do
else
repo_source="git://git.archlinux.org/svntogit/${repo}.git"
fi
- git clone --bare "${repo_source}" "${repo_path}"
+ git clone --mirror "${repo_source}" "${repo_path}"
fi
done