Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 30, 2025
1 parent 758bc56 commit f51d4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release_notes/1.4.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h3 id="paramlookup">ParamLookup</h3>

<p><code>param_lookup</code> is a command to manage task parameters.</p>

<pre><code class="hljs">my <span class="hljs-type">$var</span> = param_lookup &quot;<span class="hljs-string">param_name</span>&quot;, &quot;<span class="hljs-string">default_value</span>&quot;;</code></pre>
<pre><code class="hljs"><span class="hljs-keyword">my</span> <span class="hljs-type">$var</span> = param_lookup &quot;<span class="hljs-string">param_name</span>&quot;, &quot;<span class="hljs-string">default_value</span>&quot;;</code></pre>

<p>First param_lookup checks the task parameters for <code>param_name</code>.
If it&#39;s not found, it tries to look it up from CMDB (if CMDB is used).
Expand Down

0 comments on commit f51d4b6

Please sign in to comment.