Skip to content

Commit 037bf55

Browse files
ptaskerahouene
andauthored
Update backends/azure/azure.go
Co-authored-by: Rod <[email protected]>
1 parent 08d9d96 commit 037bf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/azure/azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (o Options) Check() error {
127127
hasSecretsCreds := o.AccountName != "" && o.AccountKey != ""
128128

129129
if !hasSecretsCreds {
130-
return fmt.Errorf("azure storage.options: credentials are required, fill either (account_name and account_key)")
130+
return fmt.Errorf("azure storage.options: account_name and account_key are required")
131131
}
132132

133133
if o.Container == "" {

0 commit comments

Comments
 (0)