mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
Fixed prune size bug
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user