User-expand the destination path of the git module

parent b8c4bb9e
...@@ -151,7 +151,7 @@ def main(): ...@@ -151,7 +151,7 @@ def main():
) )
) )
dest = module.params['dest'] dest = os.path.expanduser(module.params['dest'])
repo = module.params['repo'] repo = module.params['repo']
version = module.params['version'] version = module.params['version']
remote = module.params['remote'] remote = module.params['remote']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment