Skip to content

Commit 55d4f3b

Browse files
committed
Fixes to Makefile
1 parent 4580695 commit 55d4f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ yq:
5757
mkdir -p $(BUILD_TOOLS_DIR) ;\
5858
curl -L https://github.com/mikefarah/yq/releases/download/3.3.0/yq_$(PLATFORM)_amd64 --output $(BUILD_TOOLS_DIR)/yq && chmod +x $(BUILD_TOOLS_DIR)/yq ;\
5959
}
60+
endif
6061
YQ=$(BUILD_TOOLS_DIR)/yq
61-
endif
6262

6363
# Build manager binary
6464
manager: generate fmt vet

0 commit comments

Comments
 (0)