mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit bcc5fee969ddf0c645aa77df8b018ccca7dfc4fa
parent e8e121f2a21650b112029bbdee77fde64625552a
Author: markseu <mark2011@mayberg.se>
Date:   Thu, 14 Apr 2016 14:05:38 +0200

System update (brave new world)

Diffstat:
Msystem/plugins/commandline.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/plugins/commandline.php b/system/plugins/commandline.php @@ -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; }