Commit e3eb5b7e1ac1e7c8e6b35493acbe6d49c1d3c045

Authored by Jacob Vosmaer
1 parent 5d71bdc6

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