From d7e8349e3125a754f44b4cfd3c7bfd08b18d11f7 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jan 23 2020 15:30:37 +0000 Subject: PR#1923: web: fix typo - the param[0] is tag, not target Merges #1923 https://pagure.io/koji/pull-request/1923 Fixes: #1922 https://pagure.io/koji/issue/1922 web: waitrepo's first param is tag rather than target --- 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