move migrate_paths before parse_args

This commit is contained in:
David Boucha 2012-11-19 15:41:37 -07:00
parent 76be51326f
commit f56d9ebfcb

View File

@ -29,8 +29,8 @@ class Master(parsers.MasterOptionParser):
'''
Run the sequence to start a salt master server
'''
self.parse_args()
migrate_paths('master')
self.parse_args()
try:
if self.config['verify_env']: