aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-19 00:52:30 -0600
committerJack Nagel2013-11-19 00:52:30 -0600
commitc874b5b8ca56abc4e46eec566c1a0d4f1ab5a3a2 (patch)
tree1822b11104088fd043a93fc12d18263ade362cec /Library
parenta0a2d961827787024754c9aaedab97abe76bf448 (diff)
downloadbrew-c874b5b8ca56abc4e46eec566c1a0d4f1ab5a3a2.tar.bz2
Fix typo
Diffstat (limited to 'Library')
-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',
}