From f4e987fc0ae252e8eee75e2a02157e0bc41e3b28 Mon Sep 17 00:00:00 2001 From: James Laska Date: Tue, 13 May 2014 08:44:11 -0400 Subject: [PATCH] Fix missing comment character '#' --- awx/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/settings/production.py b/awx/settings/production.py index 01d24380c0..66ea2fb8c4 100644 --- a/awx/settings/production.py +++ b/awx/settings/production.py @@ -40,7 +40,7 @@ INTERNAL_API_URL = 'http://127.0.0.1:80' # This directory should not be web-accessible JOBOUTPUT_ROOT = '/var/lib/awx/job_status/' - The heartbeat file for the tower scheduler +# The heartbeat file for the tower scheduler SCHEDULE_METADATA_LOCATION = '/var/lib/awx/.tower_cycle' LOGGING['handlers']['rotating_file'] = {