Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
fix: change occasional usage of kebab case to snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed Nov 20, 2020
1 parent 1316754 commit 85ca7a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/apis/apps/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ const (
APPNAME CliOption = "appname"
DATA CliOption = "Data"
ZONE CliOption = "zone"
USE_BASIC_AUTH CliOption = "use_basic_auth"
USE_ISTIO CliOption = "use_istio"
DELETE_STORAGE CliOption = "delete_storage"
DISABLE_USAGE_REPORT CliOption = "disable_usage_report"
USE_BASIC_AUTH CliOption = "use-basic-auth"
USE_ISTIO CliOption = "use-istio"
DELETE_STORAGE CliOption = "delete-storage"
DISABLE_USAGE_REPORT CliOption = "disable-usage-report"
PACKAGE_MANAGER CliOption = "package-manager"
FILE CliOption = "file"
FORCE_DELETION CliOption = "force-deletion"
Expand Down

0 comments on commit 85ca7a9

Please sign in to comment.