diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-22 21:07:55 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-22 21:08:06 +0200 |
commit | 5821a949035a5e098a2c6b395818f5efa1c66f8e (patch) | |
tree | d422930b63ce2ed2a0276869173b2b9996fd6bfc /bin | |
parent | b48cb3ff989c7c8ad89f04c8eda5a0e8cf091bf7 (diff) | |
download | appstore-5821a949035a5e098a2c6b395818f5efa1c66f8e.tar.gz appstore-5821a949035a5e098a2c6b395818f5efa1c66f8e.tar.bz2 appstore-5821a949035a5e098a2c6b395818f5efa1c66f8e.tar.xz appstore-5821a949035a5e098a2c6b395818f5efa1c66f8e.zip |
wip
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/appstore-init | 2 |
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 .. |