This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 2b878955cf36d17dbac29ba5dcc39be16633fa44 Author: Tomaz Muraus <[email protected]> AuthorDate: Tue May 28 22:29:01 2019 +0200 Fix typo. --- docs/committer_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst index d6ae14e..52a39df 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -97,7 +97,7 @@ preparing a release. * Make sure ``CHANGES`` file is up to date * Make sure ``__version__`` string in ``libcloud/__init__.py`` is up to date * Make sure ``version`` and ``release`` in ``docs/conf.py`` are up to date -* Update constants: ``python contrib/scrap-ec2-sizes.py > libcloud/compute/constants.py`` +* Update constants: ``python contrib/scrape-ec2-sizes.py > libcloud/compute/constants.py`` 1. Pre-release check list ~~~~~~~~~~~~~~~~~~~~~~~~~
