aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-04-04 09:14:53 -0700
committerCharlie Sharpsteen2012-04-04 09:14:53 -0700
commitedb4179f93846a06397c8337a1421d89e2e0db4f (patch)
treed704246992aa49b9678bb080060d178298b1b9f0 /Library/Formula
parent09c2a69f89fa5fd81627f2486b8d9df0507eb8e4 (diff)
downloadhomebrew-edb4179f93846a06397c8337a1421d89e2e0db4f.tar.bz2
PostGIS: Fix typo in caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index b2e6adbf3..5b1ddec35 100644
--- a/Library/Formula/postgis.rb
+++ b/Library/Formula/postgis.rb
@@ -159,7 +159,7 @@ class Postgis < Formula
PostGIS plugin libraries installed to:
#{postgresql.lib}
PostGIS extension modules installed to:
- #{postgresql.share}/postgres/extension
+ #{postgresql.share}/postgresql/extension
EOS
end
end