Skip to content

Commit ccc73b3

Browse files
committed
Amend pull
1 parent 23613ba commit ccc73b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ case "${command}" in
220220
"create")
221221
export $(cat .env | grep "#" -v)
222222
echo "Pulling Docker images"
223-
docker pull quay.io/curl/curl
223+
docker pull -q quay.io/curl/curl
224224
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio-aaio.yml -f docker-compose/orion-ld.yml -f docker-compose/stellio.yml pull
225225
;;
226226
*)

0 commit comments

Comments
 (0)