diff --git a/bootstrap.sh b/bootstrap.sh index 573b6c6..a549296 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -92,7 +92,7 @@ main() { for plugin in redis postgres mongo mysql; do if ! dokku plugin:installed $plugin; then echo "=> Installing plugin $plugin" - dokku plugin:install https://git.shusou.com/dokku-$plugin.git $plugin &>/dev/null + dokku plugin:install https://git.shusou.com/dokku/dokku-$plugin.git $plugin &>/dev/null fi done