Skip to content

Commit

Permalink
Fix func name call
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <me@joshvanl.dev>
  • Loading branch information
JoshVanL committed Feb 16, 2024
1 parent d5ab7ca commit 9e16774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/standalone/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (config *RunConfig) validateResourcesPaths() error {
}
}
componentsLoader := components.NewLocalComponents(dirPath...)
_, err := componentsLoader.LoadComponents()
_, err := componentsLoader.Load()
if err != nil {
return fmt.Errorf("error validating components in resources path %q : %w", dirPath, err)
}
Expand Down

0 comments on commit 9e16774

Please sign in to comment.