summaryrefslogtreecommitdiff
path: root/bin/appstore-init
diff options
context:
space:
mode:
Diffstat (limited to 'bin/appstore-init')
-rwxr-xr-xbin/appstore-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/appstore-init b/bin/appstore-init
index cbbf0f7..92f6ab6 100755
--- a/bin/appstore-init
+++ b/bin/appstore-init
@@ -48,7 +48,7 @@ then
fi
echo "Cloning repository..."
-git clone -q "$server:$repo_path" "$name"
+git clone -q "ssh://$server$repo_path" "$name"
cd $name
git remote rename origin cloud
cd ..