Skip to content

Commit

Permalink
fix log output missing %s
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed May 15, 2024
1 parent 6adb7f4 commit 9d862a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/local/local/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func (c *Command) handleEvent(ctx context.Context, e *v1events.Event) {
// Similar issue to DeprecatedLastTimestamp, the series attribute is always nil
if logs != "" {
pterm.Warning.Printfln(
"Encountered an issue deploying Airbyte:\n Pod: %s\n Reason: %s\n Message: %s\n Count: %d\n Logs:",
"Encountered an issue deploying Airbyte:\n Pod: %s\n Reason: %s\n Message: %s\n Count: %d\n Logs: %s",
e.Name, e.Reason, e.Note, e.DeprecatedCount, logs,
)
} else {
Expand Down

0 comments on commit 9d862a0

Please sign in to comment.