Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 22, 2024
1 parent bab0bec commit 1acde86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/start_using__r__ex.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2 id="creatingarexfile">Creating a Rexfile</h2>

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

<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">1.4</span>&#39;];
<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">1.4</span>&#39;];

user &#39;<span class="hljs-string">my-user</span>&#39;;
password &#39;<span class="hljs-string">my-password</span>&#39;;
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/0.47.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 id="rex::test">Rex::Test</h2>
<p></p><ul>
<li><p>Rex::Box now also works with KVM</p>

<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Test</span>::<span class="hljs-function">Base</span>;
<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Test</span>::<span class="hljs-function">Base</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Data::Dumper</span>;
<span class="hljs-keyword">use</span> Rex -base;</code></pre></li>
</ul>
Expand Down

0 comments on commit 1acde86

Please sign in to comment.