Skip to content

Commit

Permalink
Fix communicates
Browse files Browse the repository at this point in the history
  • Loading branch information
Icikowski committed Jan 9, 2022
1 parent d27d858 commit e8b8f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/cli/cmd_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func update(ctx *cliv2.Context) error {
} else {
common.BoxSuccess.Print(fmt.Sprintf(
"%s has been updated successfully",
common.FmtHeader("%s", app),
common.FmtHeader("%s", app.Name),
))
}

Expand Down

0 comments on commit e8b8f68

Please sign in to comment.