diff options
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index e510b3da..490070c1 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -145,7 +145,7 @@ dump_single_sample() { printf "| ${reporter_name} " fi else - printf "| [[http://ymorin.is-a-geek.org/|YEM]] " + printf "| (//unknown//) " fi ) sample_updated="$( hg log -l 1 --template '{date|shortdate}' "${sample_top}/samples/${sample}" )" |