Skip to content

Commit

Permalink
Merge pull request #54 from dokku/josegonzalez-patch-1
Browse files Browse the repository at this point in the history
chore: run plugin:update once
  • Loading branch information
josegonzalez authored Mar 31, 2024
2 parents cee53b9 + 357ce11 commit 0d0dc0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dokku-update
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ cmd-run() {
if [[ "$UPDATE_PLUGINS" == "true" ]]; then
# update all plugins
dokku-log-info "Updating all plugins"
for PLUGIN_NAME in $(dokku plugin:list | grep enabled | awk '$1=$1' | cut -d' ' -f1); do
dokku-update-plugin "$PLUGIN_NAME"
done
dokku plugin:update
dokku plugin:install
fi

Expand Down

0 comments on commit 0d0dc0f

Please sign in to comment.