Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Fix UpdateAssemblyInfo path
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Aug 27, 2010
1 parent eea0c1a commit b0d63f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/UpdateAssemblyInfo/Main.cs
Expand Up @@ -176,7 +176,7 @@ static void SetVersionInfo(string fileName, Regex regex, string replacement)
static void RetrieveRevisionNumber()
{
if (revisionNumber == null) {
if (Directory.Exists("..\\..\\.git")) {
if (Directory.Exists("..\\.git")) {
ReadRevisionNumberFromGit();
}
}
Expand Down
Binary file modified src/Tools/UpdateAssemblyInfo/bin/Debug/UpdateAssemblyInfo.exe
Binary file not shown.

0 comments on commit b0d63f3

Please sign in to comment.