From 76be51326fbf928be810a2b7285e601022beee95 Mon Sep 17 00:00:00 2001 From: David Boucha Date: Mon, 19 Nov 2012 15:38:50 -0700 Subject: [PATCH] add master option to path migration --- salt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/__init__.py b/salt/__init__.py index 7c825f23fb..0051a12d94 100644 --- a/salt/__init__.py +++ b/salt/__init__.py @@ -30,7 +30,7 @@ class Master(parsers.MasterOptionParser): Run the sequence to start a salt master server ''' self.parse_args() - migrate_paths() + migrate_paths('master') try: if self.config['verify_env']: