Skip to content

Commit 606eabd

Browse files
committed
fix: remove duplicate storage-account flag definition
1 parent 44f40bc commit 606eabd

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

main.go

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,9 @@ var app = &cli.App{
124124
EnvVars: []string{"STORAGE_ENDPOINT"},
125125
},
126126
&cli.StringFlag{
127-
Name: "storage-account",
128-
Usage: "Azure Blob Storage account name (for azblob storage type)",
129-
EnvVars: []string{"STORAGE_ACCOUNT"},
130-
},
131-
&cli.StringFlag{
132-
Name: "storage-key",
133-
Usage: "Azure Blob Storage account key (for azblob storage type)",
134-
EnvVars: []string{"STORAGE_KEY"},
127+
Name: "storage-container",
128+
Usage: "Azure Blob Storage container name",
129+
EnvVars: []string{"STORAGE_CONTAINER"},
135130
},
136131
&cli.StringFlag{
137132
Name: "storage-container",

0 commit comments

Comments
 (0)