Skip to content

Commit

Permalink
fix: provider
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed Dec 1, 2024
1 parent 2496b63 commit 1ed1d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/entrypoint/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func init() {
}

func initConfig() {
yamlConfig, err := amigoconfig.LoadYamlConfig(filepath.Join(config.AmigoFolderPath, contextsFileName))
yamlConfig, err := amigoconfig.LoadYamlConfig(filepath.Join(config.AmigoFolderPath, amigoconfig.FileName))
if err != nil {
logger.Error(events.MessageEvent{Message: fmt.Sprintf("error: can't read config: %s", err)})
return
Expand Down

0 comments on commit 1ed1d72

Please sign in to comment.