Skip to content

Commit

Permalink
fix: update maru-runner to silence info log
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <clint@ctshryock.com>
  • Loading branch information
catsby committed Sep 20, 2024
1 parent ca26f42 commit 42fe0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/vendored.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var runnerCmd = &cobra.Command{
}

runnerCLI.RootCmd().SetArgs(os.Args)
runnerCLI.RootCmd().PersistentFlags().Set("log-level", "warn")
runnerCLI.Execute()

return nil
Expand Down

0 comments on commit 42fe0e7

Please sign in to comment.