Skip to content

Commit

Permalink
chore(config): fix edition tag (#920)
Browse files Browse the repository at this point in the history
This commit

- fixes edition tag
  • Loading branch information
donch1989 authored Dec 4, 2024
1 parent 9990f0e commit 77a23b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
EditionLocalCE = "local-ce:dev"
EditionCloudDev = "cloud:dev"
EditionCloudStaging = "cloud:staging"
EditionCloudProd = "cloud:prod"
EditionCloudProd = "cloud"
)

// Config - Global variable to export
Expand Down

0 comments on commit 77a23b5

Please sign in to comment.