mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-14 06:40:21 +00:00
Fix instructions for generating environment
This commit is contained in:
parent
daabbdc3b6
commit
a27c78fe1c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user