Skip to content

Commit

Permalink
Fix AppPath
Browse files Browse the repository at this point in the history
  • Loading branch information
andersme committed Dec 1, 2023
1 parent 508cf23 commit 00565f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tazor/RunnerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ public RunnerOptions()

public string AssetPath { get; set; } = "wwwroot";

public string AppPath => Path.Combine(Directory.GetCurrentDirectory(), "..", "..", "..");
public string AppPath => Path.Combine(Directory.GetCurrentDirectory(), "..", "..");
}

0 comments on commit 00565f5

Please sign in to comment.