From 421801766e12e798bae6e7b6da6b6bb80d98f852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 22 Jun 2021 10:33:06 +0200 Subject: [PATCH] grand lyon: fix typo in wscalls directory name --- grandlyon/scripts/copy-wcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grandlyon/scripts/copy-wcs.py b/grandlyon/scripts/copy-wcs.py index 61ebcf6..c937b10 100755 --- a/grandlyon/scripts/copy-wcs.py +++ b/grandlyon/scripts/copy-wcs.py @@ -37,7 +37,7 @@ def copy(orig, dest, dest_city): fd.write(src) fd.close() -for object_type in ('formdefs', 'workflows', 'categories', 'datasources', 'models', 'wcscalls'): +for object_type in ('formdefs', 'workflows', 'categories', 'datasources', 'models', 'wscalls'): if os.path.exists('/var/lib/wcs/%s' % orig_site): orig_base_dir = '/var/lib/wcs/%s' % orig_site elif os.path.exists('/var/lib/wcs/tenants/%s' % orig_site):