Skip to content

Commit e5edacd

Browse files
authored
Merge pull request #95 from schorfma/fix-command-name
Fix: Replace outdated command name "project" with "weasel"
2 parents 0e19d27 + 0119b79 commit e5edacd

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)