From d96b32d2c508336c3c7fdf06e6bbb6d8d029dbad Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Sep 2023 06:09:23 +0000 Subject: [PATCH] Site update --- .../cloud_management/manage_your_amazon_ec2_instances.html | 2 +- docs/release_notes/0.56.0.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html b/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html index 40614294..46b1a711 100644 --- a/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html +++ b/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html @@ -145,7 +145,7 @@

Creating a Rexfile

Insert the following code in your new Rexfile.

-
use Rex -feature => ['1.0'];
+
use Rex -feature => ['1.0'];
 use Rex::Commands::Cloud;
 
 user "root";
diff --git a/docs/release_notes/0.56.0.html b/docs/release_notes/0.56.0.html
index 7b92c8ba..aec3cd2d 100644
--- a/docs/release_notes/0.56.0.html
+++ b/docs/release_notes/0.56.0.html
@@ -128,7 +128,7 @@ 

New template engine with bet

The code is still in testing, so you can activate this new engine with a feature flag:

-
use Rex -feature => ['template_ng'];
+
use Rex -feature => ['template_ng'];

The template code is the same, so you can just use your old templates.