From d2df80788de3a68a7cbf0b9c518a2f6ba0c1add3 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 --- source_control/githooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_control/githooks b/source_control/githooks index a05df9d8217..69ab3595ddb 100644 --- a/source_control/githooks +++ b/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: