Skip to content

Commit

Permalink
Update z0r
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhoya committed May 19, 2015
1 parent fb61cfb commit 0608673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z0r
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ del_history(){
check_ver(){
r_ver=$(curl -s "https://api.github.com/repos/InforgeNet/z0r-script/releases" | egrep -m 1 --color 'tag_name":\s*".*"' | cut -d '"' -f 4)
if [ ! "$r_ver" = "$ver" ]; then
echo -e $GREEN"Update found"$FINE
echo -e $GREEN"Update found(https://github.com/InforgeNet/z0r-script)"$FINE
else
echo -e $RED"No update found"$FINE
fi
Expand Down

0 comments on commit 0608673

Please sign in to comment.