citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit bd690b586706f6c2005dcc58d4be3a7227ff5ef7
parent 32dbaeeff6b440893ba08b6a73430365e3da89a1
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat,  2 Jul 2016 19:57:17 -0600

www/bin: just call it a report

Diffstat:
Mwww/bin/update.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/bin/update.sh b/www/bin/update.sh @@ -1,3 +1,3 @@ #!/bin/sh -sed -e "s%stale ${1}\">stale%${1}\">e2e <a href=\"/pkg/${2}\">report</a>%" -i index.html +sed -e "s%stale ${1}\">stale%${1}\"><a href=\"/pkg/${2}\">report</a>%" -i index.html