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 25, 2024
1 parent 950d720 commit 93bb505
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.29.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2 id="general">General</h2>
<li><p>Refactored Task module</p></li>
<li><p>Added experimental feature: shared variables</p>

<pre><code class="hljs"><span class="hljs-keyword">BEGIN</span> {
<pre><code class="hljs">BEGIN {
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Shared</span>::<span class="hljs-function">Var</span>;
share(qw($scalar @array %hash));
} </code></pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/0.39.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h1 id="common">Common</h1>
<li>New feature flag: <strong>exit_status</strong>. This will return a non-zero value on exit of rex if a task failed.</li>
</ul>

<pre><code class="hljs">use Rex -feature =&gt; qw/exit_status/;</code></pre>
<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; qw/exit_status/;</code></pre>

<ul>
<li><p>rexify command now supports private module servers via a configuration file in $HOME/.rex/config.yml</p>
Expand Down

0 comments on commit 93bb505

Please sign in to comment.