We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff95afe commit 6af3e28Copy full SHA for 6af3e28
libraries/provider_git_client_osx.rb
@@ -11,7 +11,7 @@ class Osx < Chef::Provider::GitClient
11
app new_resource.osx_dmg_app_name
12
package_id new_resource.osx_dmg_package_id
13
volumes_dir new_resource.osx_dmg_volumes_dir
14
- source new_resource.osx_dmg_source_url
+ source new_resource.osx_dmg_url
15
checksum new_resource.osx_dmg_checksum
16
type 'pkg'
17
action :install
0 commit comments