Skip to content

Commit

Permalink
Update DrushPMLGatherer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko authored Jun 6, 2024
1 parent e32c663 commit 616623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatherers/DrushPMLGatherer.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type drushPmlEntry struct {

func (p *drushPmlGatherer) AppliesToEnvironment() bool {

err, stdOut, stdErr := utils.Shellout("drush pml --no-core --format=json 2> /dev/null")
err, stdOut, stdErr := utils.Shellout("drush pml --core --format=json 2> /dev/null")
if err != nil {
log.Printf("Drush pml gatherer cannot be applied: %v", stdErr)
return false
Expand Down

0 comments on commit 616623a

Please sign in to comment.