From af0f2d3c2a215ee1ac5b07a20838e3c617251072 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Sep 2024 06:15:35 +0000 Subject: [PATCH] Site update --- docs/guides/using_modules_and_templates.html | 2 +- docs/release_notes/0.10.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/using_modules_and_templates.html b/docs/guides/using_modules_and_templates.html index 40adbd4e..084e7b82 100644 --- a/docs/guides/using_modules_and_templates.html +++ b/docs/guides/using_modules_and_templates.html @@ -143,7 +143,7 @@

Using Modules and Templates

The important file is __module__.pm. Open this file in an editor. This file is a normal Perl module. The only special thing is the filename, but don't think too much for it at first.

-
package Service::NTP;
+
package Service::NTP;
 use Rex -feature => ['1.3'];
 
 task prepare => sub {
diff --git a/docs/release_notes/0.10.html b/docs/release_notes/0.10.html
index 75f28422..30052d61 100644
--- a/docs/release_notes/0.10.html
+++ b/docs/release_notes/0.10.html
@@ -123,7 +123,7 @@ 

Rex

  • Added a network module

    -

    use Rex::Commands::Network;
  • +

    use Rex::Commands::Network;
my @routes = route; print Dumper( \@routes );