From b663b6cbfc98ace85b35ca99fa96e57cbb076198 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <ausil@fedoraproject.org>
Date: Sat, 24 Aug 2013 22:56:31 +0000
Subject: [PATCH] try without trailing /

---
 tasks/koji/releng_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/koji/releng_config.yml b/tasks/koji/releng_config.yml
index f474010685..ae92fd1b36 100644
--- a/tasks/koji/releng_config.yml
+++ b/tasks/koji/releng_config.yml
@@ -95,7 +95,7 @@
     - /var/spool/rsyslog
 
 - name: symlink /srv/pungi
-  action: file src=/mnt/fedora_koji/compose/ dest=/srv/pungi  state=link
+  action: file src=/mnt/fedora_koji/compose dest=/srv/pungi  state=link
 
 - name: add builder infra yum repo
   action: copy src=$files/kojibuilder/builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo