Skip to content

Commit

Permalink
Fix docker-squash path (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Aug 19, 2018
1 parent 926b4ca commit 7b926e8
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 @@ -59,7 +59,7 @@ docker_build:
docker images

DOCKER_SQUASH := $(shell which docker-squash)
ifeq ($(TAG),)
ifeq ($(DOCKER_SQUASH),)
DOCKER_SQUASH := ~/.local/bin/docker-squash
endif

Expand Down

0 comments on commit 7b926e8

Please sign in to comment.