Skip to content

Commit

Permalink
Merge pull request #3304 from mcdonaldseanp/do_until_docs_fix
Browse files Browse the repository at this point in the history
(maint) Fix ctrl::do_until docs
  • Loading branch information
donoghuc authored Apr 18, 2024
2 parents b7738e2 + 2a98174 commit 84520a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-modules/ctrl/lib/puppet/functions/ctrl/do_until.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# @param block The code block to repeat.
# @option options [Numeric] limit The number of times to repeat the block.
# @option options [Numeric] interval The number of seconds to wait before repeating the block.
# @return [nil]
# @return The value of the code block's last iteration
# @example Run a task until it succeeds
# ctrl::do_until() || {
# run_task('test', $target, '_catch_errors' => true).ok()
Expand Down

0 comments on commit 84520a0

Please sign in to comment.