We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.plone.org/external/plone.app.dexterity/docs/prerequisite.html#creating-a-package
has the example command: $ ../bin/mrbob -O example.conference bobtemplates:plone_addon
$ ../bin/mrbob -O example.conference bobtemplates:plone_addon
Which results in a traceback: see: plone/bobtemplates.plone#277
Suggest editing to the 'correct command'
$ ../bin/mrbob bobtemplates.plone:addon -O example.conference
The text was updated successfully, but these errors were encountered:
944ee9a
Merge pull request #306 from flipmcf/#305
1bb0f89
Fixes #305
flipmcf
No branches or pull requests
https://docs.plone.org/external/plone.app.dexterity/docs/prerequisite.html#creating-a-package
has the example command:
$ ../bin/mrbob -O example.conference bobtemplates:plone_addon
Which results in a traceback:
see: plone/bobtemplates.plone#277
Suggest editing to the 'correct command'
$ ../bin/mrbob bobtemplates.plone:addon -O example.conference
The text was updated successfully, but these errors were encountered: