[DOCS] Fix extra quote in major-upgrades.html

This patch addresses an extra double-quote in a command that would result
in the command not being executed properly.

Change-Id: Ic8761baebdd95b1d6ab5be71e1716f5484995a37
Closes-Bug: 1831439
This commit is contained in:
James Denton 2019-06-03 07:16:33 -04:00
parent 176083db3f
commit 65fd50908e

View File

@ -160,7 +160,7 @@ upgrade to |current_release_formal_name|. This playbook removes the
.. code-block:: console
# openstack-ansible ""${SCRIPTS_PATH}/upgrade-utilities/pip-conf-removal.yml"
# openstack-ansible "${SCRIPTS_PATH}/upgrade-utilities/pip-conf-removal.yml"
Upgrade hosts
~~~~~~~~~~~~~