mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix dokku checkout URI
This commit is contained in:
@@ -82,7 +82,7 @@ install_virtualenv () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_dokku() {
|
install_dokku() {
|
||||||
git_clone 'git@github.com:progrium/dokku.git' "$TARGET/.dokku"
|
git_clone 'https://github.com/progrium/dokku.git' "$TARGET/.dokku"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user