File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
classic_project_settings/{{ cookiecutter.__folder_name }}/backend
project_settings/{{ cookiecutter.__folder_name }}/backend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,4 +152,4 @@ acceptance-image-build: ## Build Docker Images
152152
153153# # Add bobtemplates features (check bobtemplates.plone's documentation to get the list of available features)
154154add : $(VENV_FOLDER )
155- @uvx plonecli add -b .mrbob.ini $(filter-out $@ ,$(MAKECMDGOALS ) )
155+ @uvx plonecli add $(filter-out $@ ,$(MAKECMDGOALS ) )
Original file line number Diff line number Diff line change @@ -152,4 +152,4 @@ acceptance-image-build: ## Build Docker Images
152152
153153# # Add bobtemplates features (check bobtemplates.plone's documentation to get the list of available features)
154154add : $(VENV_FOLDER )
155- @uvx plonecli add -b .mrbob.ini $(filter-out $@ ,$(MAKECMDGOALS ) )
155+ @uvx plonecli add $(filter-out $@ ,$(MAKECMDGOALS ) )
You can’t perform that action at this time.
0 commit comments