Fix undefined var
parent
be4d385942
commit
249d97f7cb
|
@ -89,7 +89,7 @@ EOT
|
||||||
}
|
}
|
||||||
|
|
||||||
// output errors/warnings
|
// output errors/warnings
|
||||||
if (!$errors && !$unpushed) {
|
if (!$errors && !$unpushedChanges) {
|
||||||
$io->writeError('<info>No local changes</info>');
|
$io->writeError('<info>No local changes</info>');
|
||||||
} elseif ($errors) {
|
} elseif ($errors) {
|
||||||
$io->writeError('<error>You have changes in the following dependencies:</error>');
|
$io->writeError('<error>You have changes in the following dependencies:</error>');
|
||||||
|
|
Loading…
Reference in New Issue