Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit b5bfcd2

Browse files
author
Gabriel Weyer
committed
Fix Blob to CSV argument handling
1 parent 267a743 commit b5bfcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-blob-to-csv/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Program
4949

5050
static Task<int> Main(string[] args) => CommandLineApplication.ExecuteAsync<Program>(args);
5151

52-
private async Task OnExecuteAsync(string[] args)
52+
private async Task OnExecuteAsync()
5353
{
5454
var outputFilePath = Path.GetFullPath(OutputFilePath);
5555

0 commit comments

Comments
 (0)