Skip to content

Commit 73514df

Browse files
chsienkijjonescz
andauthored
Update src/Cli/Microsoft.DotNet.Cli.Utils/BuiltInCommand.cs
Co-authored-by: Jan Jones <[email protected]>
1 parent 8fffb12 commit 73514df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/Microsoft.DotNet.Cli.Utils/BuiltInCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public ICommand SetCommandArgs(string commandArgs)
182182
throw new NotImplementedException();
183183
}
184184

185-
public ICommand StandardOutputEncoding(Encoding commandArgs)
185+
public ICommand StandardOutputEncoding(Encoding encoding)
186186
{
187187
throw new NotImplementedException();
188188
}

0 commit comments

Comments
 (0)