We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3c11a commit 6b3040fCopy full SHA for 6b3040f
index.js
@@ -43,7 +43,7 @@ var DeployPluginBase = CoreObject.extend({
43
readConfig: function(property){
44
var configuredValue = this.pluginConfig[property];
45
if (typeof configuredValue === 'function') {
46
- return configuredValue.call(this, this.context);
+ return configuredValue.call(this.pluginConfig, this.context);
47
}
48
return configuredValue;
49
},
0 commit comments