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 2e9aa1c commit 77888b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ case "${command}" in
"create")
export $(cat .env | grep "#" -v)
echo "Pulling Docker images"
docker pull quay.io/curl/curl
${dockerCmd} pull
docker pull -q quay.io/curl/curl
${dockerCmd} pull --ignore-pull-failures
;;
*)
echo "Command not Found."
Expand Down

0 comments on commit 77888b5

Please sign in to comment.