Skip to content

Commit d520ca8

Browse files
committed
Build node-problem-detector from a directory.
Signed-off-by: Lantao Liu <[email protected]>
1 parent f2d17ee commit d520ca8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ version:
9595
-o bin/node-problem-detector \
9696
-ldflags '-X $(PKG)/pkg/version.version=$(VERSION)' \
9797
$(BUILD_TAGS) \
98-
cmd/node_problem_detector.go
98+
./cmd/node-problem-detector
9999

100100
Dockerfile: Dockerfile.in
101101
sed -e 's|@BASEIMAGE@|$(BASEIMAGE)|g' $< >$@
File renamed without changes.

0 commit comments

Comments
 (0)