From 4186f07058cd21df9fdd700c1ef84d57d6d987cd Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Sun, 8 Jan 2017 18:15:24 -0800 Subject: [PATCH] added azure to when check for transferTo --- lib/questions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/questions.js b/lib/questions.js index bd82738..e193a80 100644 --- a/lib/questions.js +++ b/lib/questions.js @@ -79,7 +79,7 @@ function questions(config) { {name: 'Azure Blob Storage', value: 'azure'}, ], when: function() { - return (['print','filesystem','s3','gcs'].indexOf(config.transferTo) == -1) && + return (['print','filesystem','s3','gcs','azure'].indexOf(config.transferTo) == -1) && !config.filesAdapter } },