From f1ab5109ea0624ae83f58062c26b4395f282416d Mon Sep 17 00:00:00 2001 From: Chris Conway Date: Tue, 25 Mar 2014 20:18:22 -0700 Subject: [PATCH] Fixes minor typos in the GCE guide, one of which causes a code block to fail to render. --- docsite/rst/guide_gce.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/guide_gce.rst b/docsite/rst/guide_gce.rst index b6313652560..f9e498ac0aa 100644 --- a/docsite/rst/guide_gce.rst +++ b/docsite/rst/guide_gce.rst @@ -88,11 +88,11 @@ The best way to interact with your hosts is to use the gce inventory plugin, whi Note that when using the inventory script ``gce.py``, you also need to populate the ``gce.ini`` file that you can find in the plugins/inventory directory of the ansible checkout. -To use the GCE dynamic inventory script, copy ``gce.py`` from ``plugings/inventory`` into your inventory directory and make it executable. You can specify credentials for ``gce.py`` using the ``GCE_INI_PATH`` environment variable -- the default is to look for gce.ini in the same directory as the inventory script. +To use the GCE dynamic inventory script, copy ``gce.py`` from ``plugins/inventory`` into your inventory directory and make it executable. You can specify credentials for ``gce.py`` using the ``GCE_INI_PATH`` environment variable -- the default is to look for gce.ini in the same directory as the inventory script. Let's see if inventory is working: -.. code-block: bash +.. code-block:: bash $ ./gce.py --list