From 4295e89a2bbc73c9dbef66a5e1b288405d0c59ef Mon Sep 17 00:00:00 2001 From: Blaize Kaye Date: Fri, 7 Jun 2024 12:00:14 +1200 Subject: [PATCH] Fixes logic error in env var gatherer --- gatherers/EnvVarGatherer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatherers/EnvVarGatherer.go b/gatherers/EnvVarGatherer.go index 5887367..1c0d6b1 100644 --- a/gatherers/EnvVarGatherer.go +++ b/gatherers/EnvVarGatherer.go @@ -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", }, }