update config code

This commit is contained in:
Michael DeHaan 2012-08-13 20:17:07 -04:00
parent a8d51a1508
commit 498bebd03e

View file

@ -35,6 +35,7 @@ def main():
chdir = module.params['chdir']
args = module.params['args']
if chdir:
os.chdir(chdir)