summaryrefslogtreecommitdiff
path: root/TSforgeCLI/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TSforgeCLI/Program.cs')
-rw-r--r--TSforgeCLI/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSforgeCLI/Program.cs b/TSforgeCLI/Program.cs
index 8581b5c..2c636b4 100644
--- a/TSforgeCLI/Program.cs
+++ b/TSforgeCLI/Program.cs
@@ -52,7 +52,7 @@ namespace TSforgeCLI
}
PSVersion version = options.Version ?? Utils.DetectVersion();
- bool production = options.Production ?? Utils.DetectCurrentKey();
+ bool production = options.Production ?? SPPUtils.DetectCurrentKey();
if (options.Dump)
{