Skip to content

Commit dc25281

Browse files
committed
Fix Makefile
1 parent 7bb35b4 commit dc25281

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ uninstall:
3838

3939
.PHONY: bottle
4040
bottle:
41-
brew tap inamiy/formulae/swift-rewriter
42-
brew install swift-rewriter --verbose --build-bottle
41+
brew install inamiy/formulae/swift-rewriter --verbose --build-bottle
4342
brew bottle swift-rewriter

0 commit comments

Comments
 (0)