Skip to content

Commit

Permalink
Corrected log message for plugin execution failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzduchardt committed Dec 29, 2023
1 parent 61024f1 commit cef1ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func newPluginCmd(plugin myks.Plugin) *cobra.Command {
}

if err := g.ExecPlugin(asyncLevel, plugin, pluginArgs); err != nil {
log.Fatal().Err(err).Msg("Unable to render applications")
log.Fatal().Err(err).Msg("Plugin did not run successfully")
return err
}

Expand Down

0 comments on commit cef1ce5

Please sign in to comment.