Skip to content

Commit

Permalink
Fix make pull
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Dec 18, 2018
1 parent 9e3c097 commit 7b58373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ test:
.ci/start-ci.sh $(image) $(ARG)

pull:
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g'; done)
docker pull $(shell grep 'FROM' Dockerfile | sed 's/^FROM//g'; )

0 comments on commit 7b58373

Please sign in to comment.