Skip to content

Commit

Permalink
Use parent path for --diff-only
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Oct 7, 2019
1 parent 8f10bec commit 91aeea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/try-convert/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static int Run(string project, string workspace, string msbuildPath, bool
if (diffOnly)
{
var differ = new Differ(item.UnconfiguredProject.FirstConfiguredProject, item.SdkBaselineProject.Project.FirstConfiguredProject);
differ.GenerateReport(workspacePath);
differ.GenerateReport(Directory.GetParent(workspacePath).FullName);
}
else
{
Expand Down

0 comments on commit 91aeea0

Please sign in to comment.