From 007ce271b9878afdf627fb3d61ef187e39d162e8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Dec 2024 06:16:32 +0000 Subject: [PATCH] Site update --- docs/guides/start_using__r__ex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/start_using__r__ex.html b/docs/guides/start_using__r__ex.html index 929572b4..70eae1ef 100644 --- a/docs/guides/start_using__r__ex.html +++ b/docs/guides/start_using__r__ex.html @@ -164,7 +164,7 @@

Creating a Rexfile

Now change into this directory and create a file called Rexfile with the following contents:

-
use Rex -feature => ['1.4'];
+
use Rex -feature => ['1.4'];
 
 user 'my-user';
 password 'my-password';