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 09895f6 commit cc41303
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 @@ -277,11 +277,11 @@ func getCommands(config Config) []cli.Command {
// Note that this will intentionally override any conflicting variables
// defined in the 'global' env file.
if cmd.Env != nil {
for _, file := range cmd.Env {
cmdEnvFile := filepath.Join(AhoyConf.srcDir, file)
envVars = append(envVars, getEnvironmentVars(cmdEnvFile)...)
for _, file := range cmd.Env {
cmdEnvFile := filepath.Join(AhoyConf.srcDir, file)
envVars = append(envVars, getEnvironmentVars(cmdEnvFile)...)

}
}
}

if verbose {
Expand Down

0 comments on commit cc41303

Please sign in to comment.