Merge pull request #1071 from dhozac/git-expanduser

User-expand the destination path of the git module
reviewable/pr18780/r1
Michael DeHaan 12 years ago
commit d786e876a7

2
git

@ -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