add master option to path migration

This commit is contained in:
David Boucha 2012-11-19 15:38:50 -07:00
parent 14f41b8634
commit 76be51326f

View File

@ -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']: