aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-18 22:40:35 -0800
committerAdam Vandenberg2013-11-18 22:40:35 -0800
commit6eeedcf8f10afa4250aef3f8a499fca59cc294c8 (patch)
treed1ba3b6982405b30bcdbe80a716cab8bf0a3153a
parent5f58cd9e5370b59c5209988f3f4672226c47adec (diff)
downloadbrew-6eeedcf8f10afa4250aef3f8a499fca59cc294c8.tar.bz2
fix typo
-rw-r--r--Library/Homebrew/tap_migrations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 3f9bdccbb..5e9b8e083 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',
}