Skip to content

Commit

Permalink
Improve some basic function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Aug 4, 2024
1 parent 89139fa commit 2c71ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/site/wordpress.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ func (s *Site) installDefaultPlugins(consoleOutput *console.Console) error {
plugin,
}

// Don't try to reinstall the plugin if it is already installed
for _, installedPlugin := range installedPlugins {
if installedPlugin == plugin {
setupCommand = []string{}
Expand Down

0 comments on commit 2c71ade

Please sign in to comment.