System update (brave new world)

This commit is contained in:
markseu 2016-04-14 14:05:38 +02:00
parent e8e121f2a2
commit bcc5fee969

View file

@ -77,7 +77,7 @@ class YellowCommandline
}
}
if($statusCode != 200) echo "ERROR checking updates: $versionLatest[error]\n";
if($updates) echo "Yellow $command: $updates update".($updates==1 ? "":"s")." available at $url\n";
if($updates) echo "Yellow $command: $updates update".($updates==1 ? "":"s")." available\n";
return $statusCode;
}