Skip to content

Commit e802a4b

Browse files
committed
Updated import path within makefile
1 parent f47bc29 commit e802a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
IMPORT := github.com/go-gitea/go-sdk
1+
IMPORT := code.gitea.io/sdk
22

33
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
4-
GENERATE ?= github.com/go-gitea/go-sdk/gitea
4+
GENERATE ?= code.gitea.io/sdk/gitea
55

66
.PHONY: all
77
all: clean test build

0 commit comments

Comments
 (0)