Fix typo in environment variable override function name

This commit is contained in:
cedricve
2025-08-11 21:10:33 +00:00
parent cc0a810ab3
commit 6acdf258e7

View File

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