From 406459b5daec393a0f692806edc9fbb16e2f5fd5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Dec 2024 06:16:17 +0000 Subject: [PATCH] Site update --- .../writing_modules/getting_information_of_the_environment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Getting information of the environment

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;