Skip to content

Commit c50ec1b

Browse files
committed
Amend pull
1 parent 967fc5a commit c50ec1b

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
@@ -223,7 +223,7 @@ case "${command}" in
223223
"create")
224224
export $(cat .env | grep "#" -v)
225225
echo "Pulling Docker images"
226-
docker pull quay.io/curl/curl
226+
docker pull -q quay.io/curl/curl
227227
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio-aaio.yml -f docker-compose/orion-ld.yml -f docker-compose/stellio.yml pull
228228
;;
229229
*)

0 commit comments

Comments
 (0)