Skip to content

Commit

Permalink
Clone into correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 9, 2024
1 parent bcdf1e8 commit e640e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse-datasets/modules/cloneGitRepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = async () => {
}

// Run external tool synchronously
if (shell.exec(`git clone https://github.com/carrismetropolitana/datasets.git settings.BASE_DIR`).code !== 0) {
if (shell.exec(`git clone https://github.com/carrismetropolitana/datasets.git ${settings.BASE_DIR}`).code !== 0) {
shell.echo('Error: Git clone failed');
shell.exit(1);
}
Expand Down

0 comments on commit e640e3a

Please sign in to comment.