Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from prochnowc/fix-issue-13
Browse files Browse the repository at this point in the history
Fixed issue #13 typo in dotnet '--configfile' argument.
  • Loading branch information
gep13 authored Nov 22, 2019
2 parents 4419c6b + d925eef commit 728e0da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ private static ProcessArgumentBuilder GetArguments(
// Config File
if(definition.Parameters.ContainsKey("configfile"))
{
arguments.Append("--config-file");
arguments.Append("--configfile");
arguments.AppendQuoted(definition.Parameters["configfile"].First());
}

Expand Down

0 comments on commit 728e0da

Please sign in to comment.