Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Aug 25, 2018
1 parent 59adb4b commit 7bf53d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nerdbank.GitVersioning.Tasks/GetBuildVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ protected override bool ExecuteInner()
}
catch (ArgumentOutOfRangeException ex)
{
Log.LogErrorFromException(ex);
this.Log.LogErrorFromException(ex);
return false;
}
}
Expand Down

0 comments on commit 7bf53d5

Please sign in to comment.