Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bef4f98

Browse files
committed
update attribute configuration
1 parent 711e4d9 commit bef4f98

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
@@ -20,7 +20,7 @@
2020

2121
default['python']['install_method'] = 'package'
2222

23-
if python['install_method'] == 'package'
23+
if default['python']['install_method'] == 'package'
2424
case platform
2525
when "smartos"
2626
default['python']['prefix_dir'] = '/opt/local'

0 commit comments

Comments
 (0)