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" {