summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-04-29 18:27:16 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-04-29 18:27:16 -0700
commit90bce69dd2c5b71af98dff448441beed5122c3af (patch)
treec13c5475c4af58302fc7fc36133a6dde3f4e4eda
parentf557ce3122777f60b68734956511d3bf4566c64e (diff)
downloadchef-90bce69dd2c5b71af98dff448441beed5122c3af.tar.gz
indentation
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/provider/package/yum/yum_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/yum/yum_helper.py b/lib/chef/provider/package/yum/yum_helper.py
index 757e870330..2d527dda95 100644
--- a/lib/chef/provider/package/yum/yum_helper.py
+++ b/lib/chef/provider/package/yum/yum_helper.py
@@ -177,7 +177,7 @@ def set_blocking(fd):
if len(sys.argv) < 3:
inpipe = sys.stdin
- outpipe = sys.stdout
+ outpipe = sys.stdout
else:
set_blocking(int(sys.argv[1]))
set_blocking(int(sys.argv[2]))