1
0
Fork 0

Fix undefined var

pull/4964/head
Jordi Boggiano 2016-02-25 21:01:51 +00:00
parent be4d385942
commit 249d97f7cb
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ EOT
}
// output errors/warnings
if (!$errors && !$unpushed) {
if (!$errors && !$unpushedChanges) {
$io->writeError('<info>No local changes</info>');
} elseif ($errors) {
$io->writeError('<error>You have changes in the following dependencies:</error>');