Cleanup and update the PR with the master branch.

This commit is contained in:
Remco Verhoef
2017-05-17 14:59:20 +02:00
committed by Harshavardhana
parent a76556ec1b
commit 0dab038858
7 changed files with 13 additions and 1086 deletions

View File

@@ -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