From 617ae740fe4968d7fe4c6890972b48ec2646a52b Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Mon, 1 Feb 2021 21:26:24 +0900 Subject: [PATCH] formula_auditor: repair audit_postgresql message --- Library/Homebrew/formula_auditor.rb | 2 +- manpages/brew.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/formula_auditor.rb b/Library/Homebrew/formula_auditor.rb index a73575b6a6..3e7745e498 100644 --- a/Library/Homebrew/formula_auditor.rb +++ b/Library/Homebrew/formula_auditor.rb @@ -335,7 +335,7 @@ module Homebrew Formula[previous_formula_name] rescue FormulaUnavailableError problem "Versioned #{previous_formula_name} in homebrew/core must be created for " \ - "`brew-postgresql-upgrade-database` and `pg_upgrade` to work." + "`brew postgresql-upgrade-database` and `pg_upgrade` to work." end end diff --git a/manpages/brew.1 b/manpages/brew.1 index 9c6c431e4d..b226fc8c21 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "January 2021" "Homebrew" "brew" +.TH "BREW" "1" "February 2021" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The Missing Package Manager for macOS (or Linux)