From 4c8dfc196b5d53e66ed553bdc37815b3f3cb5fe5 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Tue, 13 May 2014 13:25:53 +0400 Subject: [PATCH] Fixed: undefined method now_publish_into_testing for BuildList --- lib/abf_worker/rpm_worker_observer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/abf_worker/rpm_worker_observer.rb b/lib/abf_worker/rpm_worker_observer.rb index 0ca2f3105..c97349ade 100644 --- a/lib/abf_worker/rpm_worker_observer.rb +++ b/lib/abf_worker/rpm_worker_observer.rb @@ -24,7 +24,7 @@ module AbfWorker if subject.can_auto_publish? subject.now_publish elsif subject.auto_publish_into_testing? - subject.now_publish_into_testing + subject.publish_into_testing end when FAILED subject.build_error