issue with patterns and vendor directory

This commit is contained in:
Casey Lee
2019-02-07 09:39:04 -08:00
parent 18427728ae
commit 7b012832b4
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ IS_SNAPSHOT = $(if $(findstring -, $(VERSION)),true,false)
TAG_VERSION = v$(VERSION)
ACT ?= go run -mod=vendor main.go
export GITHUB_TOKEN = $(shell cat ~/.config/github/token)
default: check