summaryrefslogtreecommitdiff
path: root/lib/chef/resource/scm/subversion.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/scm/subversion.rb')
-rw-r--r--lib/chef/resource/scm/subversion.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/chef/resource/scm/subversion.rb b/lib/chef/resource/scm/subversion.rb
index 7216aa53dd..4d20b4e34a 100644
--- a/lib/chef/resource/scm/subversion.rb
+++ b/lib/chef/resource/scm/subversion.rb
@@ -30,16 +30,16 @@ class Chef
description "Use the **subversion** resource to manage source control resources that exist in a Subversion repository. Warning: The subversion resource has known bugs and may not work as expected. For more information see Chef GitHub issues, particularly [#4050](https://github.com/chef/chef/issues/4050) and [#4257](https://github.com/chef/chef/issues/4257)."
examples <<~DOC
- **Get the latest version of an application**
+ **Get the latest version of an application**
- ```ruby
- subversion 'CouchDB Edge' do
- repository 'http://svn.apache.org/repos/asf/couchdb/trunk'
- revision 'HEAD'
- destination '/opt/my_sources/couch'
- action :sync
- end
- ```
+ ```ruby
+ subversion 'CouchDB Edge' do
+ repository 'http://svn.apache.org/repos/asf/couchdb/trunk'
+ revision 'HEAD'
+ destination '/opt/my_sources/couch'
+ action :sync
+ end
+ ```
DOC
allowed_actions :force_export