From 498bebd03e57f666f9bf3ac42f16e1ce43a59fb2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 13 Aug 2012 20:17:07 -0400 Subject: [PATCH] update config code --- command | 1 + 1 file changed, 1 insertion(+) diff --git a/command b/command index c86b1981c68..b19e15e2e2d 100755 --- a/command +++ b/command @@ -35,6 +35,7 @@ def main(): chdir = module.params['chdir'] args = module.params['args'] + if chdir: os.chdir(chdir)