mirror of
https://github.com/minio/minio.git
synced 2025-11-23 02:57:42 -05:00
Cleanup and update the PR with the master branch.
This commit is contained in:
committed by
Harshavardhana
parent
a76556ec1b
commit
0dab038858
@@ -166,7 +166,7 @@ func newAzureLayer(args cli.Args) (GatewayLayer, error) {
|
||||
secure := true
|
||||
|
||||
// If user provided some parameters
|
||||
if len(args) > 0 {
|
||||
if args.Present() {
|
||||
endPoint, secure, err = parseGatewayEndpoint(args.First())
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user