We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fa383 commit 18b3e17Copy full SHA for 18b3e17
cmd/builder/internal/builder/templates/main.go.tmpl
@@ -60,7 +60,8 @@ func main() {
60
61
if err := run(set); err != nil {
62
// The error message is logged by cobra, so we intentionally
63
- // avoid logging it again here to prevent duplicate output.
+ // The error message is logged by cobra, so we intentionally
64
+ // avoid logging it again here to prevent duplicate output.
65
os.Exit(1)
66
}
67
0 commit comments