Skip to content

Commit e1388ff

Browse files
committed
generate zos4 stubs instead of zosbase
1 parent 4942d23 commit e1388ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ testrace: lint build
2323

2424
generate:
2525
@echo "Generating modules client stubs"
26-
go generate github.com/threefoldtech/zosbase/pkg
26+
go generate github.com/threefoldtech/zos4/pkg
2727

2828
build:
2929
@CGO_ENABLED=0 go build -v ./...

0 commit comments

Comments
 (0)