Skip to content

Commit 34d3ae4

Browse files
committed
Remove "URL:"
it's superfluous
1 parent 1bedf86 commit 34d3ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ do
3030

3131
FAIL=1
3232
else
33-
printf "%-34b %4s bytes URL: %s\n" "${GREEN}$fw ${NC}" "${#url_output}" "$url"
33+
printf "%-34b %4s bytes %s\n" "${GREEN}$fw ${NC}" "${#url_output}" "$url"
3434
fi
3535
fi
3636
done

0 commit comments

Comments
 (0)