Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jul 11, 2024
1 parent 16b15ea commit 61b9610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/testconfig/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ func GetConfig(configurationNames []string, product Product) (TestConfig, error)
}

logger.Info().Msg("Loading config values from default ~/.testsecrets env file")
err = ctf_config.LoadSecretEnvsFromFile()
err = ctf_config.LoadSecretEnvsFromFiles()
if err != nil {
return TestConfig{}, errors.Wrapf(err, "error reading test config values from ~/.testsecrets file")
}
Expand Down

0 comments on commit 61b9610

Please sign in to comment.