Skip to content

Commit 28fb398

Browse files
committed
Amend pull
1 parent 887b86a commit 28fb398

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ case "${command}" in
231231
export $(cat .env | grep "#" -v)
232232
echo "Pulling Docker images"
233233
docker pull -q quay.io/curl/curl
234-
${dockerCmd} -f docker-compose/orion.yml pull
235-
${dockerCmd} -f docker-compose/kong.yml pull
234+
${dockerCmd} -f docker-compose/orion-wilma.yml pull
235+
${dockerCmd} -f docker-compose/orion-kong.yml pull
236236
;;
237237
*)
238238
echo "Command not Found."

0 commit comments

Comments
 (0)