Skip to content

Commit

Permalink
fix multiline check_dependencies invocation (#251)
Browse files Browse the repository at this point in the history
* fix multiline check_dependencies invocation

* Update push_images.sh
  • Loading branch information
johnstcn authored Jan 16, 2024
1 parent 5192a77 commit 207b1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$(dirname "$0")"
source "./lib.sh"

check_dependencies \
docker
docker \
depot

source "./images.sh"
Expand Down
2 changes: 1 addition & 1 deletion scripts/push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$(dirname "$0")"
source "./lib.sh"

check_dependencies \
docker
docker \
depot

source "./images.sh"
Expand Down

0 comments on commit 207b1bd

Please sign in to comment.