Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompoise/python

Commit45e88e4

Browse files
committed
Fix whitespace
1 parenta8e88c5 commit45e88e4

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)

[8]ページ先頭

©2009-2025 Movatter.jp