Fix merge 2
This commit is contained in:
parent
9a31be84d6
commit
8c3b640540
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ namespace Microsoft.DotNet.Tests
|
|||
{
|
||||
const string argumentToSend = "push";
|
||||
|
||||
string[] args = { "nuget", argumentToSend, "aRoot" };
|
||||
string[] args = { "nuget", argumentToSend };
|
||||
|
||||
Cli.Program.ProcessArgs(args);
|
||||
_fakeTelemetry
|
||||
|
|
Loading…
Reference in a new issue