From beb3305a9d6502bbf98f98f7b968647bbcb1f4cd Mon Sep 17 00:00:00 2001 From: Sanjay Babu Date: Thu, 26 Oct 2023 09:52:48 -0700 Subject: [PATCH] fix build issues --- openshift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/README.md b/openshift/README.md index 9f085842b..aefc8cbd6 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -70,4 +70,4 @@ The following was tested for staging: * ensure `ftw_reader` user is in place (for tile server). Must have connect privileges. * `pg_dump -d gwells -Fp -c -C -f /tmp/backup/staging-20201208.sql --exclude-table=spatial_ref_sys` * rsync to OCP4 (todo: automate this step) -* `psql -x -v ON_ERROR_STOP=1 2>&1 < staging-20201208.sql` +* `psql -x -v ON_ERROR_STOP=1 2>&1 < staging-20201208.sql`