aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap_migrations.rb
diff options
context:
space:
mode:
authorJack Nagel2013-11-19 00:52:30 -0600
committerJack Nagel2013-11-19 00:52:30 -0600
commitf35953dc184acfe81d503d9ce9d97f025f5470af (patch)
treee917c691d29421912f24f3c76ec77f6ed44e41bd /Library/Homebrew/tap_migrations.rb
parentc07d17a71c05be2f88b0c9daf36c4dda9b05b8f7 (diff)
downloadhomebrew-f35953dc184acfe81d503d9ce9d97f025f5470af.tar.bz2
Fix typo
Diffstat (limited to 'Library/Homebrew/tap_migrations.rb')
-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 f834c2b94..eeb25b7ab 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -6,5 +6,5 @@ TAP_MIGRATIONS = {
'qfits' => 'homebrew/boneyard',
'blackbox' => 'homebrew/boneyard',
'libgtextutils' => 'homebrew/science',
- 'syslog-ng', => 'homebrew/boneyard',
+ 'syslog-ng' => 'homebrew/boneyard',
}