Minor fixes

This commit is contained in:
adosztal 2018-03-03 14:55:31 +01:00
parent fe8fea5088
commit 92e6bebf9e
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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)