Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Spishous committed Mar 22, 2022
1 parent 318418c commit 787cdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spish.phar
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 787cdd7

Please sign in to comment.