User-expand the destination path of the git module

This commit is contained in:
Daniel Hokka Zakrisson 2012-09-21 19:20:05 +02:00
parent 9146fc74e1
commit 75583deb5b

2
git
View file

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