Skip to content

Commit f2b9a0e

Browse files
committed
Makefile tuning.
1 parent 41e8f0e commit f2b9a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ update-generated:
154154
@rm -fr $(ORGDIR)
155155
@mkdir -p $(ORGDIR)
156156
@ln -s -f $(SCRIPTDIR) $(ORGDIR)/kube-arangodb
157-
$(VENDORDIR)/k8s.io/code-generator/generate-groups.sh \
157+
GOPATH=$(GOBUILDDIR) $(VENDORDIR)/k8s.io/code-generator/generate-groups.sh \
158158
"all" \
159159
"github.com/arangodb/kube-arangodb/pkg/generated" \
160160
"github.com/arangodb/kube-arangodb/pkg/apis" \

0 commit comments

Comments
 (0)