From 47323b1020dfef55887974eaa3ed931315c74c41 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 3 Apr 2016 10:32:48 +0100 Subject: [PATCH] Fix dokku checkout URI --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fa870ed..731d411 100755 --- a/install.sh +++ b/install.sh @@ -82,7 +82,7 @@ install_virtualenv () { } install_dokku() { - git_clone 'git@github.com:progrium/dokku.git' "$TARGET/.dokku" + git_clone 'https://github.com/progrium/dokku.git' "$TARGET/.dokku" }