Skip to content

Commit 432867e

Browse files
committed
fix help
1 parent a6299e2 commit 432867e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersionExe/ArgumentParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public Arguments ParseArguments(string[] commandLineArguments)
6363
{
6464
return new Arguments
6565
{
66+
TargetPath = System.Environment.CurrentDirectory,
6667
IsHelp = true,
6768
};
6869
}

0 commit comments

Comments
 (0)