fix the arguments to push #34

Merged
christian-monch merged 1 commit from bf-push-to-sibling into master 2022-11-07 16:08:44 +00:00

View file

@ -282,8 +282,7 @@ def add_file_to_dataset(dataset_root: Path, file: Path, home: Path):
"datalad",
"push",
"-d", str(dataset_root),
"--to", "entrystore",
str(file)
"--to", "entrystore"
],
check=True,
env={