From 63f26452645aa7f5915ee09e15b4b117b2e253cd Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Thu, 8 Oct 2015 16:58:10 +0000 Subject: [PATCH] Fixes the cron path for kill_ec2_nodes.py --- roles/fedimg/files/cron/kill_ec2_nodes.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedimg/files/cron/kill_ec2_nodes.cron b/roles/fedimg/files/cron/kill_ec2_nodes.cron index ed7d3eef79..b68474889e 100644 --- a/roles/fedimg/files/cron/kill_ec2_nodes.cron +++ b/roles/fedimg/files/cron/kill_ec2_nodes.cron @@ -1,2 +1,2 @@ MAILTO=sysadmin-fedimg-members@fedoraproject.org -0 * * * * fedmsg /usr/local/bin/kill_ec2_nodes.py +0 * * * * fedmsg /usr/share/fedimg/cronjobs/kill_ec2_nodes.py