From 6acdf258e7e9364de1813645f235bc441bfad107 Mon Sep 17 00:00:00 2001 From: cedricve Date: Mon, 11 Aug 2025 21:10:33 +0000 Subject: [PATCH] Fix typo in environment variable override function name --- machinery/src/components/Kerberos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machinery/src/components/Kerberos.go b/machinery/src/components/Kerberos.go index c652d2a..a8d115c 100644 --- a/machinery/src/components/Kerberos.go +++ b/machinery/src/components/Kerberos.go @@ -371,7 +371,7 @@ func RunAgent(configDirectory string, configuration *models.Configuration, commu configService.OpenConfig(configDirectory, configuration) // We will override the configuration with the environment variables - configService.OverrideWithEnvironmentVabriables(configuration) + configService.OverrideWithEnvironmentVariables(configuration) // Here we are cleaning up everything! if configuration.Config.Offline != "true" {