Skip to content

Commit f36f6ea

Browse files
committed
fix typo
1 parent 1023b0a commit f36f6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersionTask/VersionAndBranchFinder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static bool TryGetVersion(string directory, out SemanticVersion versionAn
1515
var message =
1616
"No .git directory found in provided solution path. This means the assembly may not be versioned correctly. " +
1717
"To fix this warning either clone the repository using git or remove the `GitVersionTask` nuget package. " +
18-
"To temporarily work around this issue add a AssemblyInfo.cs with an appropriate `AssemblyVersionAttribute`." +
18+
"To temporarily work around this issue add a AssemblyInfo.cs with an appropriate `AssemblyVersionAttribute`. " +
1919
"If it is detected that this build is occurring on a CI server an error may be thrown.";
2020
Logger.WriteWarning(message);
2121
versionAndBranch = null;

0 commit comments

Comments
 (0)