From af0389efc602203dbca30e50237f573a18c58985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 21 Jul 2022 16:29:23 +0200 Subject: [PATCH] Cleanup: correct function name in docstring --- internal/manager/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/manager/config/config.go b/internal/manager/config/config.go index 736e771a..912c10ac 100644 --- a/internal/manager/config/config.go +++ b/internal/manager/config/config.go @@ -412,7 +412,7 @@ func (c *Conf) ExpandVariables(valueToExpand string, audience VariableAudience, return valueToExpand } -// GetVariables returns the variable values for this (audience, platform) combination. +// getVariables returns the variable values for this (audience, platform) combination. // If no variables are found, just returns an empty map. If a value is defined // for both the "all" platform and specifically the given platform, the specific // platform definition wins.