Skip to content

Commit 69a5775

Browse files
committed
Update AppLifecycleHelper.cs
1 parent 7ee96b7 commit 69a5775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Helpers/Application/AppLifecycleHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static class AppLifecycleHelper
3333
#if DEBUG
3434
AppEnvironment.Dev;
3535
#else
36-
"cd_app_env_placeholder";
36+
AppEnvironment.cd_app_env_placeholder;
3737
#endif
3838

3939
/// <summary>

0 commit comments

Comments
 (0)