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", "datalad",
"push", "push",
"-d", str(dataset_root), "-d", str(dataset_root),
"--to", "entrystore", "--to", "entrystore"
str(file)
], ],
check=True, check=True,
env={ env={