From cfb5cc54cf139221a59147a2b4ae480f3cb43d53 Mon Sep 17 00:00:00 2001 From: Yu Ming Zhu Date: Jan 08 2020 15:10:37 +0000 Subject: web: fix typo - the param[0] is tag, not target fixes: #1922 --- diff --git a/www/kojiweb/taskinfo.chtml b/www/kojiweb/taskinfo.chtml index 90a6ab0..e3568c7 100644 --- a/www/kojiweb/taskinfo.chtml +++ b/www/kojiweb/taskinfo.chtml @@ -273,7 +273,7 @@ $value Build Target: $params[1]
$printOpts($params[2]) #elif $task.method == 'waitrepo' - Build Target: $params[0]
+ Build Tag: $params[0]
#if $params[1] Newer Than: $params[1]
#end if