From cf60a203569d70ed1e90d3aa25f8cf91991a6a44 Mon Sep 17 00:00:00 2001 From: Christian Compton Date: Wed, 28 Feb 2018 20:20:24 -0600 Subject: [PATCH] fix: starteroptions available for usecase enablement --- refresh/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refresh/index.js b/refresh/index.js index 370e4409..df3c3b07 100644 --- a/refresh/index.js +++ b/refresh/index.js @@ -1328,7 +1328,7 @@ module.exports = Generator.extend({ if (!this.usecase) return this.composeWith(require.resolve('generator-ibm-usecase-enablement'), { force: this.force, - starterOptions : JSON.stringify(this.starterOptions), + starterOptions: JSON.stringify(this.starterOptions), bluemix: JSON.stringify(this.bluemix), parentContext: { injectDependency: dependency => { this.dependencies.push(dependency) }