Skip to content

Commit

Permalink
Reverting some mistake in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaupu committed Nov 30, 2018
1 parent 6d96a8d commit ebf127b
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 @@ -19,7 +19,7 @@ $(BIN):

.PHONY: image
image: tmp check-docker-hub
cp bin/freenas-provisioner tmp/ && \
wget -O tmp/freenas-provisioner https://github.com/nmaupu/freenas-provisioner/releases/download/v$(IMAGE_VERSION)/freenas-provisioner_linux-amd64 && \
chmod +x tmp/freenas-provisioner
docker build -t $(IMAGE_NAME):$(IMAGE_VERSION) -f Dockerfile.alpine .

Expand Down

0 comments on commit ebf127b

Please sign in to comment.