Skip to content

Commit f1527bd

Browse files
committed
test
1 parent 4ef6871 commit f1527bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitVersion.App/ArgumentParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private void ParseTargetPath(Arguments arguments, string? name, IReadOnlyList<st
163163
arguments.TargetPath = value;
164164
if (!Directory.Exists(value))
165165
{
166-
this.console.WriteLine($"The working directory '{value}' does not exist.");
166+
this.console.WriteLine($"The working directory '{value}' does not exist?.");
167167
}
168168

169169
return;

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)