Skip to content

Commit

Permalink
deep clone options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Buer committed Apr 6, 2017
1 parent 152002a commit 9638aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy-task.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function clone(obj) {
* @param cb - standard node.js callback. If first parameter is undefined then upload is successful
` */
module.exports = function deploy(opt, files, loggerCallback, cb) {
var options = extend({}, {
var options = extend(true, {}, {
serviceOptions: [], // custom arguments to azure.createBlobService
containerName: null, // container name, required
containerOptions: {publicAccessLevel: "blob"}, // container options
Expand Down

0 comments on commit 9638aef

Please sign in to comment.