summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-12-14 17:47:12 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-12-14 17:47:12 -0800
commit80004ad9e2594ad80593d6bddc29de89fef53460 (patch)
treed4640ff91fee8b933a85854d252423e591142c81
parent824fdb9288c01036316b8e1c10b4893a90f9a899 (diff)
downloadchef-80004ad9e2594ad80593d6bddc29de89fef53460.tar.gz
errant copypasta fix
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/provider/package/yum/python_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/yum/python_helper.rb b/lib/chef/provider/package/yum/python_helper.rb
index 7e702f06c7..e595b79278 100644
--- a/lib/chef/provider/package/yum/python_helper.rb
+++ b/lib/chef/provider/package/yum/python_helper.rb
@@ -214,7 +214,7 @@ class Chef
with_helper do
json = build_query(action, parameters)
Chef::Log.trace "sending '#{json}' to python helper"
- outpipe.Chef::Log.trace json
+ outpipe.puts json
outpipe.flush
output = inpipe.readline.chomp
Chef::Log.trace "got '#{output}' from python helper"