summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-merchant-demos4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/taler-merchant-demos b/bin/taler-merchant-demos
index e7c3821..aa63c20 100755
--- a/bin/taler-merchant-demos
+++ b/bin/taler-merchant-demos
@@ -105,8 +105,8 @@ def handle_serve_from_config(config_obj, which_shop):
def demos(config, http_port, which_shop):
"""WHICH_SHOP is one of: blog, donations, survey or landing."""
- if which_shop not in ["blog", "donations", "survey"]:
- print("Please use a valid shop name: blog, donations, survey.")
+ if which_shop not in ["blog", "donations", "landing", "survey"]:
+ print("Please use a valid shop name: blog, donations, landing, survey.")
sys.exit(1)
config_obj = TalerConfig.from_file(config)
if http_port: