diff options
| author | Jack Nagel | 2013-11-19 00:52:30 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-11-19 00:52:30 -0600 | 
| commit | f35953dc184acfe81d503d9ce9d97f025f5470af (patch) | |
| tree | e917c691d29421912f24f3c76ec77f6ed44e41bd /Library/Homebrew/tap_migrations.rb | |
| parent | c07d17a71c05be2f88b0c9daf36c4dda9b05b8f7 (diff) | |
| download | homebrew-f35953dc184acfe81d503d9ce9d97f025f5470af.tar.bz2 | |
Fix typo
Diffstat (limited to 'Library/Homebrew/tap_migrations.rb')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 2 | 
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',  }  | 
