Skip to content

Commit

Permalink
Change log from error to fatal because the NF cannot start withou…
Browse files Browse the repository at this point in the history
…t arguments

Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo committed Nov 1, 2024
1 parent 376e61b commit faa2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcf.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
app.Flags = PCF.GetCliCmd()

if err := app.Run(os.Args); err != nil {
logger.AppLog.Errorf("PCF run error: %v", err)
logger.AppLog.Fatalf("PCF run error: %v", err)
}
}

Expand Down

0 comments on commit faa2b6e

Please sign in to comment.