Fix path of git push
This commit is contained in:
parent
fffa699c3e
commit
425da86cb9
1 changed files with 2 additions and 0 deletions
|
@ -158,7 +158,9 @@ async function downloadDataset(
|
|||
await $`rm ${archiveName}`
|
||||
}
|
||||
if (changed && push) {
|
||||
cd(datasetName)
|
||||
await $`git push`
|
||||
cd("..")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue