Updated import path within makefile
This commit is contained in:
parent
f47bc29804
commit
e802a4b9b9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
IMPORT := github.com/go-gitea/go-sdk
|
IMPORT := code.gitea.io/sdk
|
||||||
|
|
||||||
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
|
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
|
||||||
GENERATE ?= github.com/go-gitea/go-sdk/gitea
|
GENERATE ?= code.gitea.io/sdk/gitea
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: clean test build
|
all: clean test build
|
||||||
|
|
Loading…
Reference in a new issue