@@ -48,7 +48,6 @@ class TagVendorsCommand extends Command
$content = parse_ini_file($realpath, true);
foreach ($content as $sec => $conf) {
- sleep(60);
$content[$sec]["branch"] = $version;
try {
$git = new Git();