Skip to content

Commit

Permalink
Fix typo in Makefile (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Agarwal authored and jlewi committed Feb 26, 2018
1 parent 32d9b17 commit 2bcd6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all: build
build:
@echo {\"image\": \"$(IMG):$(TAG)\"} > version.json
mkdir -p py
cp ../py/*.py ./py/
cp ../../py/*.py ./py/
docker build -t $(IMG):$(TAG) -f Dockerfile.release .
docker tag $(IMG):$(TAG) $(IMG):latest
@echo Built $(IMG):$(TAG) and tagged with latest
Expand Down

0 comments on commit 2bcd6ce

Please sign in to comment.