fix multiline check_dependencies invocation

This commit is contained in:
Cian Johnston 2024-01-16 14:10:51 +00:00 committed by GitHub
parent 5192a7706d
commit 6c798aeb7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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