From 303e996035ee092ce166bdbba364203799cc2707 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Thu, 14 Nov 2013 13:20:17 -0500 Subject: [PATCH] Quote docstring in githooks module --- library/source_control/githooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/source_control/githooks b/library/source_control/githooks index a05df9d821..69ab3595dd 100644 --- a/library/source_control/githooks +++ b/library/source_control/githooks @@ -41,7 +41,7 @@ options: required: true repo: description: - - This is the API url for the repository you want to manage hooks for. It should be in the form of: https://api.github.com/repos/user:/repo:. Note this is different than the normal repo url. + - "This is the API url for the repository you want to manage hooks for. It should be in the form of: https://api.github.com/repos/user:/repo:. Note this is different than the normal repo url." required: true hookurl: description: