diff options
| -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 ca3425f49..14a5c4472 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -9,5 +9,5 @@ TAP_MIGRATIONS = { 'syslog-ng' => 'homebrew/boneyard', 'librets' => 'homebrew/boneyard', 'drizzle' => 'homebrew/boneyard', - 'boost149' => 'homebrew/versions, + 'boost149' => 'homebrew/versions', } |
