From 5c1fbcc9d244b36f571c2cbbb7f08b28bb46cbcd Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 25 Nov 2013 09:55:05 -0500 Subject: [PATCH] Addresses #5036 fix typo in git module --- library/source_control/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/source_control/git b/library/source_control/git index fddb60b0c80..ba7bcbf10be 100644 --- a/library/source_control/git +++ b/library/source_control/git @@ -382,7 +382,7 @@ def main(): local_mods = False if not os.path.exists(gitconfig): if module.check_mode: - remote_head = get_remote_head(git_path, module, dest, version, remote, bare) + remote_head = get_remote_head(git_path, module, dest, version, repo, bare) module.exit_json(changed=True, before=before, after=remote_head) clone(git_path, module, repo, dest, remote, depth, version, bare, reference) elif not update: