Skip to content

Commit

Permalink
change providers config file name
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <javanlacerda@google.com>
  • Loading branch information
javanlacerda committed Jun 14, 2024
1 parent 1763034 commit 228ecfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/identity/ciprovider/principal.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type Provider struct {
func readConfig() Config {
var obj Config

configFile, err := os.ReadFile("config.yaml")
configFile, err := os.ReadFile("providers_config.yaml")
if err != nil {
fmt.Printf("yamlFile.Get err #%v ", err)
}
Expand Down
File renamed without changes.

0 comments on commit 228ecfe

Please sign in to comment.