Skip to content

Commit 37522b4

Browse files
committed
Fix Makefile
1 parent 4b49e27 commit 37522b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/release.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $(BUMP_PRIVATE_HOMEBREW_FORMULA_SENTINEL):
7474
BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL=.make-sentinels/bump-public-homebrew-formula
7575
bump-public-homebrew-formula: $(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL)
7676
$(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL):
77-
make -f release.Makefile test-public-homebrew-formula
77+
make -f etc/release.Makefile test-public-homebrew-formula
7878
cd "$$(brew --repo homebrew/core)" && brew bump-formula-pr --url "https://github.com/dandavison/delta/archive/$$DELTA_NEW_VERSION.tar.gz" git-delta
7979
touch $(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL)
8080

0 commit comments

Comments
 (0)