From 94360a4e7be045da5c89e4eb13faeebc2ddf4422 Mon Sep 17 00:00:00 2001 From: Kane York Date: Fri, 5 Jun 2020 09:01:40 -0700 Subject: [PATCH] FIX: Typo in retried image pull --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index c19ab2f..4c9ebb7 100755 --- a/launcher +++ b/launcher @@ -146,7 +146,7 @@ install_docker() { pull_image() { # Add a single retry to work around dockerhub TLS errors - $docker_path pull $image || $docker_path pull image + $docker_path pull $image || $docker_path pull $image } check_prereqs() { -- 2.25.1