Skip to content

Commit 0a6f05c

Browse files
committed
test
1 parent 4ef6871 commit 0a6f05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.App/GitVersionExecutor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private bool HandleNonMainCommand(GitVersionOptions gitVersionOptions, out int e
133133

134134
if (!Directory.Exists(workingDirectory))
135135
{
136-
this.log.Warning($"The working directory '{workingDirectory}' does not exist.");
136+
this.log.Warning($"The working directory '{workingDirectory}' does not exist!.");
137137
}
138138
else
139139
{

0 commit comments

Comments
 (0)