Fix merge 2

This commit is contained in:
William Li 2017-10-31 13:37:21 -07:00
parent 9a31be84d6
commit 8c3b640540

View file

@ -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