diff options
Diffstat (limited to 'lib/chef/resource/scm/git.rb')
-rw-r--r-- | lib/chef/resource/scm/git.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/scm/git.rb b/lib/chef/resource/scm/git.rb index 8293d1ed4a..af49704ee6 100644 --- a/lib/chef/resource/scm/git.rb +++ b/lib/chef/resource/scm/git.rb @@ -112,7 +112,7 @@ class Chef property :additional_remotes, Hash, description: "A Hash of additional remotes that are added to the git repository configuration.", - default: lazy { {} } + default: {} property :depth, Integer, description: "The number of past revisions to be included in the git shallow clone. Unless specified the default behavior will do a full clone." |