summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-08-08 14:11:04 -0400
committerDan Davison <dandavison7@gmail.com>2020-08-08 14:11:04 -0400
commit37522b4abd2ccdc7d72a1ed3f47344b1939976a0 (patch)
tree537d21a1d023e8e20921228266b13377fab76d5b
parent4b49e27afed42a4b23c186767e126eaf5338fd20 (diff)
Fix Makefile
-rw-r--r--etc/release.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/release.Makefile b/etc/release.Makefile
index 5bd0c596..ae68c1e3 100644
--- a/etc/release.Makefile
+++ b/etc/release.Makefile
@@ -74,7 +74,7 @@ $(BUMP_PRIVATE_HOMEBREW_FORMULA_SENTINEL):
BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL=.make-sentinels/bump-public-homebrew-formula
bump-public-homebrew-formula: $(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL)
$(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL):
- make -f release.Makefile test-public-homebrew-formula
+ make -f etc/release.Makefile test-public-homebrew-formula
cd "$$(brew --repo homebrew/core)" && brew bump-formula-pr --url "https://github.com/dandavison/delta/archive/$$DELTA_NEW_VERSION.tar.gz" git-delta
touch $(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL)