Skip to content

Commit

Permalink
Merge branch 'release/v1.7.36'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando De Mennato committed Jun 12, 2020
2 parents d66a0f9 + 5ebb4b9 commit 4a1c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitFlowWithPR.VS.Extension/GitFlowVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class GitFlowVersion

private static string GetFileInstallation()
{
return Path.Combine(Assembly.GetExecutingAssembly().Location, "IsFirstInstallation");
return Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "IsFirstInstallation");
}

public static bool IsFirstInstallation()
Expand Down

0 comments on commit 4a1c7a2

Please sign in to comment.