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

Commit

Permalink
Fixed typo in dotnet '--configfile' argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
prochnowc authored and gep13 committed Nov 22, 2019
1 parent 4419c6b commit d925eef
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 d925eef

Please sign in to comment.