From 944ee9aa81ed7a8c75ca90b8b532154144f814d7 Mon Sep 17 00:00:00 2001 From: Flip McFadden Date: Fri, 1 Nov 2019 12:40:11 -0400 Subject: [PATCH 1/2] Fixes #305 Use new and improved mr.bob command Avoid https://github.com/plone/bobtemplates.plone/issues/277 --- docs/prerequisite.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prerequisite.rst b/docs/prerequisite.rst index 2cd7b2ee..10b738e7 100644 --- a/docs/prerequisite.rst +++ b/docs/prerequisite.rst @@ -69,7 +69,7 @@ We run the following from the ``src/`` directory .. code-block:: console - $ ../bin/mrbob -O example.conference bobtemplates:plone_addon + $ ../bin/mrbob bobtemplates.plone:addon -O example.conference Choose to create a "Dexterity" package; specify "Program" for your content-type name; and specify your target version of Plone. Otherwise, you may accept the default suggestions. From c2fee9851af1c8e6628631d433952c710ccbe9ce Mon Sep 17 00:00:00 2001 From: flipmcf Date: Mon, 4 Nov 2019 13:06:31 -0500 Subject: [PATCH 2/2] Add news --- news/305.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/305.bugfix diff --git a/news/305.bugfix b/news/305.bugfix new file mode 100644 index 00000000..2c6770c1 --- /dev/null +++ b/news/305.bugfix @@ -0,0 +1 @@ +Fix mr.bob command in documentation