Fix project pull

This commit is contained in:
Matthew Honnibal 2020-09-03 18:54:03 +02:00
parent f038841798
commit 7be8a0516a
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ def project_pull(project_dir: Path, remote: str, *, verbose: bool = False):
url = storage.pull(output_path, command_hash=cmd_hash)
yield url, output_path
if cmd.get("outptus") and all(loc.exists() for loc in cmd["outputs"]):
if cmd.get("outputs") and all(loc.exists() for loc in cmd["outputs"]):
update_lockfile(project_dir, cmd)