diff --git a/roles/openqa/dispatcher/files/schedule-live-respins.cron b/roles/openqa/dispatcher/files/schedule-live-respins.cron index 7751eb810c..58cf1dd8ad 100644 --- a/roles/openqa/dispatcher/files/schedule-live-respins.cron +++ b/roles/openqa/dispatcher/files/schedule-live-respins.cron @@ -3,4 +3,4 @@ # schedule openQA jobs for the current 'live-respins' compose; if it's # already been tested, this will not create any new jobs -/usr/bin/fedora-openqa compose https://dl.fedoraproject.org/pub/alt/live-respins/ > /dev/null 2>&1 || /usr/bin/true +/usr/local/bin/fedora-openqa compose https://dl.fedoraproject.org/pub/alt/live-respins/ > /dev/null 2>&1 || /usr/bin/true