Skip to content

Commit

Permalink
Fixup: APP-NAME -> NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed May 17, 2024
1 parent 8b1cdad commit fbe2710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/waypoint/add-ons/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ hcp waypoint add-ons create -n=my-addon -a=my-application -d=my-addon-definiti
},
{
Name: "app",
DisplayValue: "APP-NAME",
DisplayValue: "NAME",
Description: "The name of the application to which the add-on will be added.",
Value: flagvalue.Simple("", &opts.ApplicationName),
Required: true,
Expand Down

0 comments on commit fbe2710

Please sign in to comment.