Skip to content

Commit

Permalink
fix: Fix the applicationset kind typo (#12690) (#12767)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaw Ho <tossmilestone@gmail.com>
Co-authored-by: Shaw Ho <tossmilestone@gmail.com>
  • Loading branch information
gcp-cherry-pick-bot[bot] and tossmilestone committed Mar 8, 2023
1 parent 7be094f commit 65d4336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/application/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
AppProjectFullName string = AppProjectPlural + "." + Group

// ApplicationSet constants
ApplicationSetKind string = "Applicationset"
ApplicationSetKind string = "ApplicationSet"
ApplicationSetSingular string = "applicationset"
ApplicationSetShortName string = "appset"
ApplicationSetPlural string = "applicationsets"
Expand Down

0 comments on commit 65d4336

Please sign in to comment.