Commit 3bb44d2e authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! Make fix-products-paths more reusable.

parent b4aae7d2
......@@ -353,7 +353,7 @@ recipe = plone.recipe.command
stop-on-error = true
dir = ${erp5:location}
command =
rm -f "${:dir}/Products" && ln -s product "${:dir}/Products" && touch "${:dir}product/__init__.py"
rm -f "${:dir}/Products" && ln -s product "${:dir}/Products" && touch "${:dir}/product/__init__.py"
update-command = ${:command}
[testrunner]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment