Skip to content

Commit

Permalink
Fixes logic error in env var gatherer
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Jun 7, 2024
1 parent 616623a commit 4295e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatherers/EnvVarGatherer.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (p *envVarGatherer) AppliesToEnvironment() bool {
"LAGOON_VERSION": {
Key: "LAGOON_VERSION",
Value: lagoonVersion,
Description: "Lagoon version '" + composerVersion + "' found",
Description: "Lagoon version '" + lagoonVersion + "' found",
},
}

Expand Down

0 comments on commit 4295e89

Please sign in to comment.