Skip to content

Commit 71ae137

Browse files
authored
fix(cli): fix "settings is not defined" error
1 parent ece0f66 commit 71ae137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/config.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ class Local extends Config {
403403
return;
404404
}
405405

406-
this.set('settings', this.createSettingsObject(settings));
406+
this.set('settings', this.createSettingsObject(projectSettings));
407407
}
408408

409409
createSettingsObject(projectSettings) {

0 commit comments

Comments
 (0)