|
@@ -56,7 +56,8 @@ class GetSource extends Command
|
|
|
$output->writeln($url . " -> " . $git_path);
|
|
|
$git->clone($url, $git_path);
|
|
|
} catch (GitException $e){
|
|
|
- $output->write("repo $sec exists \n");
|
|
|
+ $git->init($git_path);
|
|
|
+
|
|
|
}
|
|
|
$git->setRepository($git_path);
|
|
|
|