diff --git a/git b/git index ad3da4fce16..7c1c5b3f40d 100644 --- a/git +++ b/git @@ -225,7 +225,7 @@ def main(): ) ) - dest = os.path.expanduser(module.params['dest']) + dest = os.path.abspath(os.path.expanduser(module.params['dest'])) repo = module.params['repo'] version = module.params['version'] remote = module.params['remote']