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";