Skip to content

Commit 52af183

Browse files
author
Sean OMeara
committed
Merge pull request sous-chefs#77 from fnichol/fix-macosx-pkgid
Fix `package_id` for Mac platforms to prevent perpetual reinstalls.
2 parents be5c0a3 + e042b9a commit 52af183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
when 'mac_os_x'
2727
default['git']['osx_dmg']['app_name'] = 'git-1.9.5-intel-universal-snow-leopard'
2828
default['git']['osx_dmg']['volumes_dir'] = 'Git 1.9.5 Snow Leopard Intel Universal'
29-
default['git']['osx_dmg']['package_id'] = 'GitOSX.Installer.git195.git.pkg'
29+
default['git']['osx_dmg']['package_id'] = 'GitOSX.Installer.git195Universal.git.pkg'
3030
default['git']['osx_dmg']['url'] = 'http://sourceforge.net/projects/git-osx-installer/files/git-1.9.5-intel-universal-snow-leopard.dmg/download'
3131
default['git']['osx_dmg']['checksum'] = '61b8a9fda547725f6f0996c3d39a62ec3334e4c28a458574bc2aea356ebe94a1'
3232
else

0 commit comments

Comments
 (0)