We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f116c92 + c27b4be commit 339e243Copy full SHA for 339e243
.gitignore
@@ -7,3 +7,4 @@ junit*.xml
7
debug.test
8
/output/
9
coverage.out
10
+.idea/
Makefile
@@ -65,9 +65,9 @@ IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG)
65
# support needs libsystemd-dev or libsystemd-journal-dev.
66
ENABLE_JOURNALD?=1
67
68
-ifeq ($(go env GOHOSTOS), darwin)
+ifeq ($(shell go env GOHOSTOS), darwin)
69
ENABLE_JOURNALD=0
70
-else ifeq ($(go env GOHOSTOS), windows)
+else ifeq ($(shell go env GOHOSTOS), windows)
71
72
endif
73
0 commit comments