We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583472f commit 7908802Copy full SHA for 7908802
Makefile
@@ -116,11 +116,11 @@ AUTHORS: .mailmap .git/HEAD
116
117
generate: protos
118
@echo "$(WHALE) $@"
119
- @PATH=${ROOTDIR}/bin:${PATH} go generate -x ${PACKAGES}
+ @PATH="${ROOTDIR}/bin:${PATH}" go generate -x ${PACKAGES}
120
121
protos: bin/protoc-gen-gogoctrd ## generate protobuf
122
123
- @PATH=${ROOTDIR}/bin:${PATH} protobuild --quiet ${PACKAGES}
+ @PATH="${ROOTDIR}/bin:${PATH}" protobuild --quiet ${PACKAGES}
124
125
check-protos: protos ## check if protobufs needs to be generated again
126
0 commit comments