Skip to content

Commit e134d94

Browse files
committed
fix: remove not exsited reference
1 parent a042d82 commit e134d94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function confirm_to_continue() {
6464
# @EXAMPLES
6565
# wait_for 'test -f /tmp/output.txt' 'file existed' 3
6666
# @SEE_ALSO
67-
# confirm_to_continue, stop_if_failed, is_http_ok
67+
# confirm_to_continue, stop_if_failed
6868
function wait_for() {
6969
local predicate="${1}"
7070
local subject="${2-${predicate}}"

0 commit comments

Comments
 (0)