Skip to content

Commit 526268b

Browse files
author
github-actions
committed
Site update
1 parent a368e90 commit 526268b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/release_notes/0.46.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="rex::test">Rex::Test</h2>
150150

151151
<p>To create a test just create a new file inside a <em>t</em> directory: <em>t/base.t</em>.</p>
152152

153-
<pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Test</span>::<span class="hljs-function">Base</span>;
153+
<pre><code class="hljs">use <span class="hljs-function">Rex::Test</span>::<span class="hljs-function">Base</span>;
154154
<span class="hljs-keyword">use</span> <span class="hljs-function">Data::Dumper</span>;
155155
<span class="hljs-keyword">use</span> Rex -base;
156156

docs/release_notes/0.50.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2 id="base">Base</h2>
139139

140140
<p>If you need to use a jump-host to connect to your servers, you can now use a proxy command to do so. This feature is only available if you&#39;re using the <strong>OpenSSH</strong> connection model.</p>
141141

142-
<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">0.50</span>&#39;];
142+
<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">0.50</span>&#39;];
143143
set connection =&gt; &quot;<span class="hljs-string">OpenSSH</span>&quot;;
144144
proxy_command &quot;<span class="hljs-string">ssh user</span><span class="hljs-type">@jumphost</span><span class="hljs-string"> nc </span><span class="hljs-type">%h</span><span class="hljs-string"> </span><span class="hljs-type">%p</span><span class="hljs-string"> 2&gt;/dev/null</span>&quot;; </code></pre></li>
145145
<li><p><strong>Added a new experimental execution model</strong></p>

0 commit comments

Comments
 (0)