Skip to content
Snippets Groups Projects

Resolve "Option -c for exercise subcommand clones assignment"

Merged orestis.malaspin requested to merge 1-option-c-is-wrong into v3.2.1
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -92,7 +92,7 @@ class ExerciseCreateCommand extends CommanderCommand {
if ( options.clone ) {
console.log(chalk.cyan('Please wait while we are cloning the repository...'));
await GitlabManager.cloneRepository(options.clone, assignment.gitlabCreationInfo.ssh_url_to_repo, `DojoExercise - ${ exercise.assignmentName }`, true, 0);
await GitlabManager.cloneRepository(options.clone, exercise.gitlabCreationInfo.ssh_url_to_repo, `DojoExercise - ${ exercise.assignmentName }`, true, 0);
}
}
}
Loading