removed unintuitive fallback if repo owner does not exist
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-12 20:56:48 +01:00
parent b23c36a25f
commit 13d3ed85ad
6 changed files with 7 additions and 21 deletions

View File

@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
GOFMT ?= gofmt -s
VERSION = 0.11.0
VERSION = 0.11.1
test: fmt-check
go test -i $(TEST) || exit 1