6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 04:09:01 +00:00

Fix instructions for generating environment

This commit is contained in:
Régis Behmo 2020-11-12 17:20:26 +01:00
parent daabbdc3b6
commit a27c78fe1c

View File

@ -195,7 +195,7 @@ def check_existing_config(root):
if not os.path.exists(config_path(root)):
raise exceptions.TutorError(
"Project root does not exist. Make sure to generate the initial "
"configuration with `tutor config save --interactive` or `tutor config "
"configuration with `tutor config save --interactive` or `tutor local "
"quickstart` prior to running other commands."
)
env.check_is_up_to_date(root)