Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 20, 2024
1 parent fb9c7ec commit 5f68734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/0.35.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h1 id="general">General</h1>
<p></p><ul>
<li><p>VirtualBox support for Rex::Commands::Virtualization</p>

<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Virtualization</span>;</code></pre></li>
<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Virtualization</span>;</code></pre></li>
</ul>
set virtualization =&gt; &quot;<span class="hljs-string">VBox</span>&quot;;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3 id="loadingallrequiredlibraries">Loading all required libraries</h3>

<p>If you open the Rexfile you&#39;ll see at the top some use commands.</p>

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

<p>This loads the base functions of Rex 1.0, so that you can use them inside the Rexfile.</p>

Expand Down

0 comments on commit 5f68734

Please sign in to comment.