Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 27, 2024
1 parent 9d89b85 commit 28947d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release_notes/0.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2 id="rex">Rex</h2>

<p>A simple rsync interface is now available. To use it, you need the Perl module <span>Expect</span>.</p>

<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Rsync</span>;</code></pre></li>
<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">Rsync</span>;</code></pre></li>
</ul>
desc &quot;<span class="hljs-string">Sync /etc</span>&quot;;
task &quot;<span class="hljs-string">etc</span>&quot;, &quot;<span class="hljs-string">server1</span>&quot;, &quot;<span class="hljs-string">server2</span>&quot;, &quot;<span class="hljs-string">server3</span>&quot;, <span class="hljs-keyword">sub </span>{
Expand Down

0 comments on commit 28947d6

Please sign in to comment.