From d913d0ab8f959295e884e445b52211f07296bc1a Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Sun, 21 Dec 2014 01:21:33 -0700 Subject: [PATCH] 2 != 3 --- roles/publican_webhost/templates/20-docs-trigger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/publican_webhost/templates/20-docs-trigger.sh b/roles/publican_webhost/templates/20-docs-trigger.sh index 6ff350a050..343190bd98 100755 --- a/roles/publican_webhost/templates/20-docs-trigger.sh +++ b/roles/publican_webhost/templates/20-docs-trigger.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [[ "$1" == "org.fedoraproject.prod.buildsys.repo.done" && "$3" == "{{ kojitag }}" ]];then +if [[ "$1" == "org.fedoraproject.prod.buildsys.repo.done" && "$2" == "{{ kojitag }}" ]];then # Let us know when the repo finishes rebuilding, so that we can install *all* # documents (based on a slightly fragile match) echo "Repo_done::start topic=$1; name=$2; instance=$3 " >> /tmp/fedwatch_{{ kojitag }}.log