fix the arguments to push #34
1 changed files with 1 additions and 2 deletions
|
|
@ -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={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue