summaryrefslogtreecommitdiff
path: root/bin/appstore-init
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-22 21:07:55 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-22 21:08:06 +0200
commit5821a949035a5e098a2c6b395818f5efa1c66f8e (patch)
treed422930b63ce2ed2a0276869173b2b9996fd6bfc /bin/appstore-init
parentb48cb3ff989c7c8ad89f04c8eda5a0e8cf091bf7 (diff)
downloadappstore-5821a949035a5e098a2c6b395818f5efa1c66f8e.tar.gz
appstore-5821a949035a5e098a2c6b395818f5efa1c66f8e.tar.bz2
appstore-5821a949035a5e098a2c6b395818f5efa1c66f8e.tar.xz
appstore-5821a949035a5e098a2c6b395818f5efa1c66f8e.zip
wip
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 ..