Skip to content

Commit 18b3e17

Browse files
Syedowais312axw
andauthored
Update cmd/builder/internal/builder/templates/main.go.tmpl
Co-authored-by: Andrew Wilkins <[email protected]>
1 parent d3fa383 commit 18b3e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/builder/internal/builder/templates/main.go.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ func main() {
6060

6161
if err := run(set); err != nil {
6262
// The error message is logged by cobra, so we intentionally
63-
// avoid logging it again here to prevent duplicate output.
63+
// The error message is logged by cobra, so we intentionally
64+
// avoid logging it again here to prevent duplicate output.
6465
os.Exit(1)
6566
}
6667
}

0 commit comments

Comments
 (0)