Skip to content

Commit 635740a

Browse files
committed
Amend pull
1 parent 9663023 commit 635740a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ case "${command}" in
104104
"create")
105105
export $(cat .env | grep "#" -v)
106106
echo "Pulling Docker images"
107-
docker pull quay.io/curl/curl
107+
docker pull -q quay.io/curl/curl
108108
${dockerCmd} pull
109109
;;
110110
*)

0 commit comments

Comments
 (0)