From 207b1bd108630cc77fd19ffcfee42dbe6a95fb8e Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 16 Jan 2024 14:16:11 +0000 Subject: [PATCH] fix multiline check_dependencies invocation (#251) * fix multiline check_dependencies invocation * Update push_images.sh --- scripts/build_images.sh | 2 +- scripts/push_images.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_images.sh b/scripts/build_images.sh index ead20fb..a68bf03 100755 --- a/scripts/build_images.sh +++ b/scripts/build_images.sh @@ -6,7 +6,7 @@ cd "$(dirname "$0")" source "./lib.sh" check_dependencies \ - docker + docker \ depot source "./images.sh" diff --git a/scripts/push_images.sh b/scripts/push_images.sh index 1027def..2477554 100755 --- a/scripts/push_images.sh +++ b/scripts/push_images.sh @@ -6,7 +6,7 @@ cd "$(dirname "$0")" source "./lib.sh" check_dependencies \ - docker + docker \ depot source "./images.sh"