From 3f8b0cb758d0892c4e59eb6b75f256df99e367e6 Mon Sep 17 00:00:00 2001 From: jackwrfuller Date: Mon, 13 Jan 2025 12:30:17 +1100 Subject: [PATCH] fix formatting --- v2/ahoy.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/ahoy.go b/v2/ahoy.go index 5f2f46d..a400790 100644 --- a/v2/ahoy.go +++ b/v2/ahoy.go @@ -203,10 +203,10 @@ func getCommands(config Config) []cli.Command { // Get environment variables from the 'global' environment variable file, if it is defined. if config.Env != nil { - for _, file := range config.Env { - globalEnvFile := filepath.Join(AhoyConf.srcDir, file) - envVars = append(envVars, getEnvironmentVars(globalEnvFile)...) - } + for _, file := range config.Env { + globalEnvFile := filepath.Join(AhoyConf.srcDir, file) + envVars = append(envVars, getEnvironmentVars(globalEnvFile)...) + } } var keys []string