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

Merge branch 'v3.2.1'

parents 6b75288f 9dc45957
No related branches found
No related tags found
No related merge requests found
......@@ -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