summaryrefslogtreecommitdiff
path: root/CommandLineWrapper/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapper/Constants.cs')
-rw-r--r--CommandLineWrapper/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandLineWrapper/Constants.cs b/CommandLineWrapper/Constants.cs
index 91d0bd8..cf03242 100644
--- a/CommandLineWrapper/Constants.cs
+++ b/CommandLineWrapper/Constants.cs
@@ -3,7 +3,7 @@ namespace CommandLineWrapper;
public static class Constants
{
// Command line program path
- public static FileInfo CommandLinePath => new FileInfo(
+ public static FileInfo CommandLinePath => new(
Path.Combine(AppDomain.CurrentDomain.BaseDirectory,
OperatingSystem.IsWindows() ? "JustEnoughVCS.exe" : "JustEnoughVCS")
);