Skip to content

Commit

Permalink
Merge c64aaf1 into 916fa68
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfelipe committed Feb 4, 2019
2 parents 916fa68 + c64aaf1 commit 922d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkgcloud/azure/storage/client/index.js
Expand Up @@ -58,6 +58,6 @@ Client.prototype._getUrl = function (options) {
}


return urlJoin('http://' + this.azureKeys.storageAccount + '.' + this.serversUrl + '/',
return urlJoin(this.protocol + this.azureKeys.storageAccount + '.' + this.serversUrl + '/',
fragment);
};

0 comments on commit 922d01b

Please sign in to comment.