From 787cdd7920c0c48d1118dd8a512bf276f4295806 Mon Sep 17 00:00:00 2001 From: Rayan Lucas Date: Tue, 22 Mar 2022 15:12:01 +0100 Subject: [PATCH] fix bug --- spish.phar | 1 + 1 file changed, 1 insertion(+) diff --git a/spish.phar b/spish.phar index 5e3129a..632d0e5 100644 --- a/spish.phar +++ b/spish.phar @@ -177,6 +177,7 @@ class gitInfo extends script_object{ if(VERSION<$lastV){ $this->newline()->printStyle("Release ".$lastV." disponible","brown")->newline(); } + return $this; } private function getInfoUpdate(){ $url="https://api.github.com/repos/".GIT."/releases/latest";