Fix typo in the installation documentation

Change-Id: I023fbe89c052e15c845e6aa2cc7866c825d9b237
(cherry picked from commit da276e3bdc)
This commit is contained in:
Simon Pasquier 2016-02-25 17:51:00 +01:00
parent 24fc4e2520
commit 72c6634c25
1 changed files with 3 additions and 3 deletions

View File

@ -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