From 6eeedcf8f10afa4250aef3f8a499fca59cc294c8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 18 Nov 2013 22:40:35 -0800 Subject: [PATCH] fix typo --- Library/Homebrew/tap_migrations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 3f9bdccbb4..5e9b8e083d 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -5,5 +5,5 @@ TAP_MIGRATIONS = { 'ipopt' => 'homebrew/science', 'qfits' => 'homebrew/boneyard', 'blackbox' => 'homebrew/boneyard', - 'libgtextutils' -> 'homebrew/science', + 'libgtextutils' => 'homebrew/science', }