Skip to content

Commit f7a9bed

Browse files
committed
Use should_continue()
1 parent 4509c5a commit f7a9bed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/gento

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ BASE_APP_USAGE="$(
2020
}
2121
readonly \
2222
BASE_APP_USAGE \
23-
BASE_APP_VERSION=0.9.20240303 \
24-
BASE_MIN_VERSION=0.9.20230606
23+
BASE_APP_VERSION=0.9.20240911 \
24+
BASE_MIN_VERSION=0.9.20240909
2525
. base.sh
2626

2727
# First extracts a version from a sidecar settings file, on failure extracts
@@ -155,8 +155,8 @@ is_cnf_running() {
155155
--no-headers \
156156
--output custom-columns=:metadata.name \
157157
--selector="$lb" | grep --quiet . ||
158-
yes_to_continue \
159-
There is no a running pod with "$lb" in "$ns", continue?
158+
should_continue \
159+
There is no running pod with "$lb" in "$ns", continue || cya
160160
done
161161
i=$((i + 1))
162162
done

0 commit comments

Comments
 (0)