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

Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit fb0c7ff

Browse files
committed
Revert "Fix create_tmp_dir"
This reverts commit 1191851.
1 parent 1191851 commit fb0c7ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

providers/pip.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ def which_pip(nr)
171171
end
172172

173173
def create_tmp_dir
174-
mktemp = shell_out("mktemp -d /tmp/chef-python-pip-XXXXXXXXXX")
175-
mktemp.stdout
174+
shell_out("mktemp -d /tmp/chef-python-pip-XXXXXXXXXX")
176175
end
177176

178177
def to_command_line_option(args)

0 commit comments

Comments
 (0)