From 75583deb5bbab166326d328744268782e4f0f345 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 21 Sep 2012 19:20:05 +0200 Subject: [PATCH] User-expand the destination path of the git module --- git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git b/git index a4cf05ef0b7..c475c7923f9 100755 --- a/git +++ b/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']