Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwrfuller committed Jan 13, 2025
1 parent 4140335 commit 3f8b0cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v2/ahoy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f8b0cb

Please sign in to comment.