about summary refs log tree commit diff
path: root/src/env/common.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/common.ts')
-rw-r--r--src/env/common.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env/common.ts b/src/env/common.ts
index 69451fd7e..7b64c35a6 100644
--- a/src/env/common.ts
+++ b/src/env/common.ts
@@ -11,7 +11,7 @@ export const RELEASE_VERSION: string =
   process.env.EXPO_PUBLIC_RELEASE_VERSION || packageJson.version
 
 /**
- * The env the app is running in e.g. development, testflight, production
+ * The env the app is running in e.g. development, testflight, production, e2e
  */
 export const ENV: string = process.env.EXPO_PUBLIC_ENV