diff options
| author | Lyssa | 2025-04-02 10:34:11 +0000 |
|---|---|---|
| committer | Lyssa | 2025-04-02 10:34:11 +0000 |
| commit | accbed0c514fc4ad1eaf5691cb89421f0485b5d6 (patch) | |
| tree | d57627f001b7af07d3e7b4b9395c66f445ed4f2d /TSforgeCLI/Program.cs | |
| parent | b8558d8fb2de25a97572ec9d3e33618b8fac3027 (diff) | |
| download | TSforge-accbed0c514fc4ad1eaf5691cb89421f0485b5d6.zip | |
fix build
Diffstat (limited to 'TSforgeCLI/Program.cs')
| -rw-r--r-- | TSforgeCLI/Program.cs | 2 |
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) { |
