From 72c6634c25bc31ab90a69d4fd4d48e55338ca529 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 25 Feb 2016 17:51:00 +0100 Subject: [PATCH] Fix typo in the installation documentation Change-Id: I023fbe89c052e15c845e6aa2cc7866c825d9b237 (cherry picked from commit da276e3bdcf97480358b68df35bf88ab98d47e51) --- doc/user/source/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/source/installation.rst b/doc/user/source/installation.rst index e950c3f50..7ca20d86a 100644 --- a/doc/user/source/installation.rst +++ b/doc/user/source/installation.rst @@ -86,12 +86,12 @@ if you need further instructions about how to build the Fuel Plugin Builder. 5. Check that the plugin is valid:: - [root@home ~] fpb --check ./fuel-plugin-lma_collector + [root@home ~] fpb --check ./fuel-plugin-lma-collector 6. And finally, build the plugin:: - [root@home ~] fpb --build ./fuel-plugin-lma_collector + [root@home ~] fpb --build ./fuel-plugin-lma-collector 7. Now that you have created the RPM file, you can install the plugin using the `fuel plugins --install` command:: - [root@fuel ~] fuel plugins --install ./fuel-plugin-lma_collector/*.noarch.rpm + [root@fuel ~] fuel plugins --install ./fuel-plugin-lma-collector/*.noarch.rpm