Merge pull request #1071 from dhozac/git-expanduser

User-expand the destination path of the git module
pull/1076/merge
Michael DeHaan 13 years ago
commit 2f97afb634

@ -151,7 +151,7 @@ def main():
)
)
dest = module.params['dest']
dest = os.path.expanduser(module.params['dest'])
repo = module.params['repo']
version = module.params['version']
remote = module.params['remote']

Loading…
Cancel
Save