From 92e6bebf9ecf479151444fc9306945eb5b605ec1 Mon Sep 17 00:00:00 2001 From: adosztal Date: Sat, 3 Mar 2018 14:55:31 +0100 Subject: [PATCH] Minor fixes --- README.rst | 2 +- new_appliance.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4aaf522..bd8b274 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Check appliance files .. code:: bash - python3 check.py + python check.py python3 check_urls.py You need to install `imagemagick` before running check.py. diff --git a/new_appliance.py b/new_appliance.py index 1dd2df9..c93ac29 100644 --- a/new_appliance.py +++ b/new_appliance.py @@ -85,7 +85,7 @@ def ask_from_schema(schema): return data -with open(os.path.join('schemas', 'appliance.json')) as f: +with open(os.path.join('schemas', 'appliance_v5.json')) as f: schema = json.load(f)