Skip to content

Commit

Permalink
add detailed plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Dec 14, 2022
1 parent edf6f69 commit 604dd60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ignite/cmd/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ func parseGlobalPlugins() (cfg *pluginsconfig.Config, err error) {
}

cfg, err = pluginsconfig.ParseDir(globalDir)
// if there is error parsing, return empty config and continue execution to load
// local plugins if they exist.
if err != nil {
return &pluginsconfig.Config{}, nil
}
Expand Down

0 comments on commit 604dd60

Please sign in to comment.