Skip to content

Commit e3fd1b7

Browse files
committed
Fixing a typo causing NullReferenceException.
1 parent 725fbbb commit e3fd1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionTask/GitVersionTaskBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public FileWriteInfo(
6060
String fileExtension
6161
)
6262
{
63-
this.WorkingDirectory = this.WorkingDirectory;
63+
this.WorkingDirectory = workingDirectory;
6464
this.FileName = fileName;
6565
this.FileExtension = fileExtension;
6666
}

0 commit comments

Comments
 (0)