Skip to content

Commit 0608673

Browse files
author
Nhoya
committed
Update z0r
1 parent fb61cfb commit 0608673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

z0r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ del_history(){
145145
check_ver(){
146146
r_ver=$(curl -s "https://api.github.com/repos/InforgeNet/z0r-script/releases" | egrep -m 1 --color 'tag_name":\s*".*"' | cut -d '"' -f 4)
147147
if [ ! "$r_ver" = "$ver" ]; then
148-
echo -e $GREEN"Update found"$FINE
148+
echo -e $GREEN"Update found(https://github.com/InforgeNet/z0r-script)"$FINE
149149
else
150150
echo -e $RED"No update found"$FINE
151151
fi

0 commit comments

Comments
 (0)