docs: fix missing quotes in ubuntu install instructions
type: docs
Change-Id: Ifa09b63924f4b7bf2719bba6ada0e1122407641c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit ac9a585c62
)
This commit is contained in:

committed by
Dave Wallace

parent
3b82d3e393
commit
1e44cf53b5
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
Ubuntu 18.04 - Setup the FD.io Repository
|
Ubuntu - Setup the FD.io Repository
|
||||||
==========================================
|
===================================
|
||||||
|
|
||||||
Choose one of the following releases to install.
|
Choose one of the following releases to install.
|
||||||
|
|
||||||
@@ -85,4 +85,4 @@ Uninstall the packages by running the following command:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
sudo apt-get remove --purge vpp*
|
sudo apt-get remove --purge "vpp*"
|
||||||
|
Reference in New Issue
Block a user