Commit e3eb5b7e1ac1e7c8e6b35493acbe6d49c1d3c045
1 parent
5d71bdc6
Exists in
master
and in
17 other branches
Fix postgres typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/software/gitlab-webui.rb
@@ -25,7 +25,7 @@ dependency "libxslt" | @@ -25,7 +25,7 @@ dependency "libxslt" | ||
25 | dependency "curl" | 25 | dependency "curl" |
26 | dependency "rsync" | 26 | dependency "rsync" |
27 | dependency "libicu" | 27 | dependency "libicu" |
28 | -dependency "postgres" | 28 | +dependency "postgresql" |
29 | 29 | ||
30 | source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git" | 30 | source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git" |
31 | 31 |