Skip to content
Snippets Groups Projects
Commit 9dc45957 authored by michael.minelli's avatar michael.minelli
Browse files

Merge branch '1-option-c-is-wrong' into 'v3.2.1'

Resolve "Option -c for exercise subcommand clones assignment"

See merge request !3
parents 6b75288f 53ed56e9
No related branches found
No related tags found
1 merge request!3Resolve "Option -c for exercise subcommand clones assignment"
Pipeline #27913 passed
......@@ -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);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment