Skip to content

Commit

Permalink
Remove spurious continue from InstallPackageAction
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Aug 28, 2018
1 parent 2b68895 commit f19bae2
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -178,7 +178,6 @@ protected function validateStep() {
case 'install':
case 'prepare':
case 'rollback':
continue;
break;

default:
Expand Down

0 comments on commit f19bae2

Please sign in to comment.