Skip to content

Commit 068c7aa

Browse files
committed
Fix parent-release-branch
1 parent c9f63d8 commit 068c7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ REPO_DIR=$(shell if [ -e hack/format-changed-files.sh ]; then echo '.'; else ech
645645
fix-changed go-fmt-changed goimports-changed:
646646
$(DOCKER_RUN) -e release_prefix=$(RELEASE_BRANCH_PREFIX)-v \
647647
-e git_repo_slug=$(GIT_REPO_SLUG) \
648-
-e parent_branch=$(shell $(REPO_ROOT)/hack/find-parent-release-branch.sh) \
648+
-e parent_branch=$(shell $(REPO_DIR)/hack/find-parent-release-branch.sh) \
649649
$(CALICO_BUILD) $(REPO_DIR)/hack/format-changed-files.sh
650650

651651
.PHONY: fix-all go-fmt-all goimports-all

0 commit comments

Comments
 (0)