aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorAriel Kirkwood2014-12-19 12:58:59 -0500
committerMike McQuaid2014-12-19 18:37:16 +0000
commit307195805f9b354164518a379b33d3cfab403dce (patch)
tree740bbae83e2b5a93cea527b7b7108c5009bc2849 /Library/Formula/postgresql.rb
parent5fea6adfc791ff3a1564550d24b677b528e9d2f9 (diff)
downloadhomebrew-307195805f9b354164518a379b33d3cfab403dce.tar.bz2
postgresql: fix issues link in caveats.
Closes #35131. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 5d21a49a0..24ee95e5d 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -84,7 +84,7 @@ class Postgresql < Formula
s = <<-EOS.undent
If builds of PostgreSQL 9 are failing and you have version 8.x installed,
you may need to remove the previous version first. See:
- https://github.com/Homebrew/homebrew/issues/issue/2510
+ https://github.com/Homebrew/homebrew/issues/2510
To migrate existing data from a previous major version (pre-9.4) of PostgreSQL, see:
http://www.postgresql.org/docs/9.4/static/upgrading.html