Skip to content

Commit 6af3e28

Browse files
Fixes undefined method error on osx_dmg_source_url.
1 parent ff95afe commit 6af3e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/provider_git_client_osx.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Osx < Chef::Provider::GitClient
1111
app new_resource.osx_dmg_app_name
1212
package_id new_resource.osx_dmg_package_id
1313
volumes_dir new_resource.osx_dmg_volumes_dir
14-
source new_resource.osx_dmg_source_url
14+
source new_resource.osx_dmg_url
1515
checksum new_resource.osx_dmg_checksum
1616
type 'pkg'
1717
action :install

0 commit comments

Comments
 (0)