Small typo correction missing double quote

Missing a double quote on quickstart-aio.rst file

Change-Id: I04b6af4a435fa58c14beefd715f00bf085afa926
This commit is contained in:
arnaudmorinol 2015-10-06 16:41:39 +02:00
parent 18d06b37bc
commit cd19cadc16

View File

@ -153,7 +153,7 @@ isn't always practical. As such the following may be executed instead:
done
$ # Uninstall the core services that were installed.
$ for i in $(pip freeze | grep -e "nova\|neutron\|keystone\|swift); do \
$ for i in $(pip freeze | grep -e "nova\|neutron\|keystone\|swift"); do \
pip uninstall -y $i; done
$ # Remove crusty directories.