diff --git a/lib/actions/os.coffee b/lib/actions/os.coffee index f13365ab..62278cd9 100644 --- a/lib/actions/os.coffee +++ b/lib/actions/os.coffee @@ -339,7 +339,7 @@ exports.initialize = #{INIT_WARNING_MESSAGE} """) - helpers.getManifest(params.image, options.type) + Promise.resolve(helpers.getManifest(params.image, options.type)) .then (manifest) -> return manifest.initialization?.options .then (questions) ->