Skip to content

Commit d66fb21

Browse files
committed
more plonecli compat
1 parent 5a7d336 commit d66fb21

File tree

2 files changed

+2
-2
lines changed
  • templates/sub
    • classic_project_settings/{{ cookiecutter.__folder_name }}/backend
    • project_settings/{{ cookiecutter.__folder_name }}/backend

2 files changed

+2
-2
lines changed

templates/sub/classic_project_settings/{{ cookiecutter.__folder_name }}/backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
154154
add: $(VENV_FOLDER)
155-
@uvx plonecli add -b .mrbob.ini $(filter-out $@,$(MAKECMDGOALS))
155+
@uvx plonecli add $(filter-out $@,$(MAKECMDGOALS))

templates/sub/project_settings/{{ cookiecutter.__folder_name }}/backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
154154
add: $(VENV_FOLDER)
155-
@uvx plonecli add -b .mrbob.ini $(filter-out $@,$(MAKECMDGOALS))
155+
@uvx plonecli add $(filter-out $@,$(MAKECMDGOALS))

0 commit comments

Comments
 (0)