Skip to content

Commit d0422b8

Browse files
committed
Fix env name from 'production' to 'prod'
1 parent 3167795 commit d0422b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbi/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Environment(str, Enum):
1515

1616
LOCAL = "local"
1717
NONPROD = "nonprod"
18-
PRODUCTION = "production"
18+
PROD = "prod"
1919

2020

2121
class SentryDsn(AnyUrl):

0 commit comments

Comments
 (0)