Skip to content

Commit 0119b79

Browse files
authored
Replace command name "project" with "weasel"
1 parent 9a0724d commit 0119b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weasel/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def project_run(
9898
for dep in cmd.get("deps", []):
9999
if not (project_dir / dep).exists():
100100
err = f"Missing dependency specified by command '{subcommand}': {dep}"
101-
err_help = "Maybe you forgot to run the 'project assets' command or a previous step?"
101+
err_help = "Maybe you forgot to run the 'weasel assets' command or a previous step?"
102102
err_exits = 1 if not dry else None
103103
msg.fail(err, err_help, exits=err_exits)
104104
check_spacy_env_vars()

0 commit comments

Comments
 (0)