Skip to content

Commit

Permalink
Use correct argument to ignore pull failures (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Mar 1, 2019
1 parent f15910d commit 0984d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -49,7 +49,7 @@ stop:

start:
docker-compose build
docker-compose pull || true
docker-compose pull --ignore-pull-failures
docker-compose up -d

server: venv
Expand Down

0 comments on commit 0984d29

Please sign in to comment.