Fixed prune size bug

This commit is contained in:
SKP
2019-02-09 14:14:52 +01:00
committed by kexkey
parent dd717ef4af
commit ca21d9b14d

View File

@@ -214,8 +214,8 @@ module.exports = class extends Generator {
delete this.props.grafana_version;
}
this._assignConfigDefaults();
this._resolveConfigConflicts();
this._assignConfigDefaults();
for( let c of this.featureChoices ) {
c.checked = this._isChecked( 'features', c.value );