Skip to content

Commit

Permalink
fix logical error
Browse files Browse the repository at this point in the history
  • Loading branch information
luke83 committed Nov 9, 2016
1 parent 1a9dcae commit be7a10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ShellDispatcher.php
Expand Up @@ -280,8 +280,8 @@ public function addShortPluginAliases()
"command '$shell' in plugin '$plugin' was not aliased, conflicts with '$other'",
['shell-dispatcher']
);
continue;
}
continue;
}

if (isset($others[$shell])) {
Expand Down

0 comments on commit be7a10d

Please sign in to comment.