summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ct2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ct b/bin/ct
index 12b80d5..d36a2c8 100755
--- a/bin/ct
+++ b/bin/ct
@@ -231,7 +231,7 @@ function vcs_add (
cd ${PKG_DIR}
if [[ $(list_get_type ${1}) == git ]] {
- git clone $(list_get_uri ${1})
+ git clone $(list_get_uri ${1}) ${1}
vcs_setup ${1}
git config push.default matching
} else {