diff options
Diffstat (limited to 'lib/chef/resource/git.rb')
-rw-r--r-- | lib/chef/resource/git.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/git.rb b/lib/chef/resource/git.rb index 95c5aa346a..dfb2921f97 100644 --- a/lib/chef/resource/git.rb +++ b/lib/chef/resource/git.rb @@ -24,8 +24,8 @@ class Chef description "Use the git resource to manage source control resources that exist in a git repository. git version 1.6.5 (or higher) is required to use all of the functionality in the git resource." property :additional_remotes, Hash, - description: "A Hash of additional remotes that are added to the git repository configuration.", - default: lazy { Hash.new } + description: "A Hash of additional remotes that are added to the git repository configuration.", + default: lazy { Hash.new } alias :branch :revision alias :reference :revision |