Skip to content

Commit 73491a5

Browse files
authored
Update atmos_options.go
1 parent 79adedc commit 73491a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/atmos/component-helper/atmos_options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func getAtmosOptions(t *testing.T, config *c.Config, componentName string, stack
3131
Vars: mergedVars,
3232
EnvVars: map[string]string{
3333
"ATMOS_BASE_PATH": config.TempDir,
34+
"ATMOS_CLI_CONFIG_PATH": config.TempDir,
3435
"COMPONENT_HELPER_STATE_DIR": config.StateDir,
3536
},
3637
}

0 commit comments

Comments
 (0)