Skip to content

Commit

Permalink
Amend pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 15, 2023
1 parent 9663023 commit 635740a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ case "${command}" in
"create")
export $(cat .env | grep "#" -v)
echo "Pulling Docker images"
docker pull quay.io/curl/curl
docker pull -q quay.io/curl/curl
${dockerCmd} pull
;;
*)
Expand Down

0 comments on commit 635740a

Please sign in to comment.