Skip to content

Commit 32419d4

Browse files
committed
Fixed PathResolver issue
1 parent 0a999b9 commit 32419d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cli/PathResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public static RepoAndDotnetPaths ResolvePaths(OperatingSystem operatingSystem)
1010
{
1111
OperatingSystem.Windows =>
1212
new RepoAndDotnetPaths(
13-
RepoPath: @"C:\Repos\Cleipnir.Flows",
13+
RepoPath: @"../",
1414
DotnetPath: @"C:\Program Files\dotnet\dotnet.exe"
1515
),
1616
OperatingSystem.Linux =>

0 commit comments

Comments
 (0)