From eb04e98e0bcc3892355f17873ac7111869f49801 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 8 Dec 2014 23:25:25 +0100 Subject: [PATCH] Typo --- roles/mirrormanager/frontend/templates/mirrormanager2.wsgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi b/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi index d3d94019ae..9b203e7384 100644 --- a/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi +++ b/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi @@ -9,7 +9,7 @@ import pkg_resources import os ## Set the environment variable pointing to the configuration file -os.environ['MM2_CONFIG'] = '/etc/mirrormanager/mirrormanager2cfg' +os.environ['MM2_CONFIG'] = '/etc/mirrormanager/mirrormanager2.cfg' ## The following is only needed if you did not install mirrormanager2 ## as a python module (for example if you run it from a git clone).