diff --git a/docs/rex_book/writing_modules/getting_information_of_the_environment.html b/docs/rex_book/writing_modules/getting_information_of_the_environment.html index 785e7182..46efdc55 100644 --- a/docs/rex_book/writing_modules/getting_information_of_the_environment.html +++ b/docs/rex_book/writing_modules/getting_information_of_the_environment.html @@ -125,7 +125,7 @@
Rex comes with a hardware gathering module. To display all the things Rex knows about the environment your can create a test task that just dumps all the information.
-use Rex -feature => ['1.0'];
+use Rex -feature => ['1.0'];
task "dump-info", sub {
dump_system_information;