From c01bc23f63e1389bb7c40f489b4f52967e37ca85 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Thu, 3 Jan 2013 15:56:01 +1100 Subject: [PATCH] git module documentation: removed incorrect use of term 'remote branch' (should just be 'remote'). --- library/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/git b/library/git index dd4a968f9f..3673200c08 100644 --- a/library/git +++ b/library/git @@ -46,7 +46,7 @@ options: required: false default: "origin" description: - - Name of the remote branch. + - Name of the remote. force: required: false default: "yes"