From 6ae98047384ce7218bc3401ee18f0314dc431200 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 1 Jun 2013 12:15:19 -0400 Subject: [PATCH] Docs standardization --- library/source_control/bzr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/source_control/bzr b/library/source_control/bzr index a5bb396c5af..bda9bd311f4 100644 --- a/library/source_control/bzr +++ b/library/source_control/bzr @@ -46,7 +46,7 @@ options: force: required: false default: "yes" - choices: [ yes, no ] + choices: [ 'yes', 'no' ] description: - If C(yes), any modified files in the working tree will be discarded.