From c874b5b8ca56abc4e46eec566c1a0d4f1ab5a3a2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 19 Nov 2013 00:52:30 -0600 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 f834c2b940..eeb25b7abc 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', }