Skip to content
Snippets Groups Projects
Commit b0feff0f authored by Stan Hu's avatar Stan Hu Committed by Robert Speicher
Browse files

Fix typo in Procfile fix

parent d6544162
No related branches found
No related tags found
1 merge request!258Add support for running GitLab Geo tracking database
Loading
Loading
@@ -198,7 +198,7 @@ gitlab/config/database_geo.yml:
 
postgresql/geo:
${postgres_bin_dir}/initdb --locale=C -E utf-8 postgresql-geo/data
grep '^postgresql-geo:' Procfile || (printf ',s/^#postgresql-geo/postgresql/\nwq\n' | ed -s Procfile)
grep '^postgresql-geo:' Procfile || (printf ',s/^#postgresql-geo/postgresql-geo/\nwq\n' | ed -s Procfile)
support/bootstrap-geo
 
.PHONY: foreman
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment