Skip to content

Commit

Permalink
👷 Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nownabe committed Jan 4, 2020
1 parent 817b8c0 commit b9e2645
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
@@ -1,6 +1,6 @@
SHELL = bash

VERSION := $(shell grep -m1 version Dockerfile | awk -F= '{ print $$2 }' | sed 's/[\",]//g')
VERSION := v$(shell grep -m1 version Dockerfile | awk -F= '{ print $$2 }' | sed 's/[\",]//g')

.PHONY: release
release:
Expand Down

0 comments on commit b9e2645

Please sign in to comment.