From b84fc5cd64dd59f9e0c3e2ae6cc30f6d791d8663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 22 Nov 2021 23:24:43 +0100 Subject: [PATCH] =?UTF-8?q?FIX=20P=C5=99enastaven=C3=AD=20django=5Fsite=20?= =?UTF-8?q?na=20spr=C3=A1vnou=20adresu=20(na=20testwebu)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84dae426..72d64acd 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ sync_test_db_aggressive: bash -c "psql mam_test <<< 'DROP OWNED BY \"mam-web\";'" pg_restore -c --if-exists -d mam_test dump-prod.sql rm dump-prod.sql - bash -c "psql mam_test <<< UPDATE django_site SET name=\'MaMweb (test)\', domain=\'mam-test.ks.matfyz.cz\' WHERE id=1" + psql mam_test -c "UPDATE django_site SET name='MaMweb (test)', domain='mam-test.ks.matfyz.cz' WHERE id=1" @echo Done. # Sync test with production