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

Skip to content

Commit 45e88e4

Browse files
committed
Fix whitespace
1 parent a8e88c5 commit 45e88e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
include_recipe "python::#{node['python']['install_method']}"
2222
include_recipe "python::pip"
23-
include_recipe "python::virtualenv"
23+
include_recipe "python::virtualenv"

test/cookbooks/python_test/recipes/cook-3084.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
python_virtualenv "cook-3084-interpreter" do
2727
# on EL5 the default python we install is called python26
2828
if !node['python']['install_method'].eql?("source") &&
29-
platform_family?('rhel') &&
29+
platform_family?('rhel') &&
3030
node['platform_version'].split('.').first.to_i < 6
3131
interpreter '/usr/bin/python26'
3232
else

0 commit comments

Comments
 (0)