Skip to content

Commit

Permalink
fix: Fix the applicationset kind typo (argoproj#12690)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaw Ho <tossmilestone@gmail.com>
  • Loading branch information
tossmilestone authored and xiaowu.zhu committed Aug 9, 2023
1 parent f313d6a commit 9f81915
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 9f81915

Please sign in to comment.