Skip to content

Commit d57c6d0

Browse files
plamenmpetrovamohoste
authored andcommitted
change image and remove confirmation
Signed-off-by: Plamen Petrov <plamb0brt@gmail.com>
1 parent fca72f4 commit d57c6d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/devtool

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ ensure_devctr() {
259259
# Check if we have the container image available locally. Attempt to
260260
# download it, if we don't.
261261
[[ $(docker images -q "$DEVCTR_IMAGE" | wc -l) -gt 0 ]] || {
262-
say "About to pull docker image $DEVCTR_IMAGE"
263-
get_user_confirmation || die "Aborted."
264262

265263
# Run docker pull 5 times in case it fails - sleep 3 seconds
266264
# between attempts

0 commit comments

Comments
 (0)