Fix documentation for collection build code example (#60156)

This commit is contained in:
Jeff Geerling 2019-08-09 11:05:05 -05:00 committed by Alicia Cozine
parent b5f42869dc
commit 1405e48157

View file

@ -199,7 +199,7 @@ To build a collection, run ``ansible-galaxy collection build`` from inside the r
.. code-block:: bash
collection_dir#> ansible-galaxy collection build my_namespace.my_collection
collection_dir#> ansible-galaxy collection build
This creates
a tarball of the built collection in the current directory which can be uploaded to Galaxy.::