Skip to content

Commit

Permalink
[CHECKSTYLE]
Browse files Browse the repository at this point in the history
  • Loading branch information
michael.sandritter committed Jul 20, 2016
1 parent 2f57618 commit b0ca1b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/GitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

if ($git->hasChangesSinceTag($latest, $branch, $path, $output)) {

if ($branch !== 'master') {
$git->checkoutBranch($branch, $path, $output);
$output->writeln('<info>'.$branch.' der ausgecheckt werden sollte</info>');
Expand Down

0 comments on commit b0ca1b3

Please sign in to comment.