Skip to content

Commit 2304652

Browse files
committed
fix checksum key
1 parent 98d86d3 commit 2304652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# drive version from node attributes
2020
git_client 'default' do
2121
provider Chef::Provider::GitClient::Source
22-
source_checksum node['git']['0f30984828d573da01d9f8e78210d5f4c56da1697fd6d278bad4cfa4c22ba271']
22+
source_checksum node['git']['checksum']
2323
source_prefix node['git']['prefix']
2424
source_url node['git']['url']
2525
source_use_pcre node['git']['use_pcre']

0 commit comments

Comments
 (0)