fix multiline check_dependencies invocation (#251)

* fix multiline check_dependencies invocation

* Update push_images.sh
This commit is contained in:
Cian Johnston 2024-01-16 14:16:11 +00:00 committed by GitHub
parent 5192a7706d
commit 207b1bd108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ cd "$(dirname "$0")"
source "./lib.sh"
check_dependencies \
docker
docker \
depot
source "./images.sh"

View File

@ -6,7 +6,7 @@ cd "$(dirname "$0")"
source "./lib.sh"
check_dependencies \
docker
docker \
depot
source "./images.sh"