Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Commit 91b4a84

Browse files
committed
dev-cmd/merge-homebrew: Fix for homebrew/dupes
Change linuxbrew/dupes to homebrew/dupes.
1 parent 9e4617c commit 91b4a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/dev-cmd/merge-homebrew.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def merge_core
3333

3434
def merge_dupes
3535
oh1 "Merging Homebrew/homebrew-dupes into Linuxbrew/homebrew-dupes"
36-
cd(Tap.fetch("linuxbrew/dupes").path) { git_merge }
36+
cd(Tap.fetch("homebrew/dupes").path) { git_merge }
3737
end
3838

3939
def merge_homebrew

0 commit comments

Comments
 (0)