Skip to content

Commit

Permalink
(RE-14819) Add back gunzip
Browse files Browse the repository at this point in the history
  • Loading branch information
e-gris committed Sep 21, 2022
1 parent 18a6b2f commit bf763f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker-pe/install/pe_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def fetch_pe_on_unix(host, opts)
}
fetch_tarball_command = "cd #{host['working_dir']}; #{command_file_push}#{filename}#{extension}"
retry_on(host, fetch_tarball_command, retry_requirements)
#on host, "cd #{host['working_dir']}; tar -xvf #{filename}#{extension}"
on host, "cd #{host['working_dir']}; tar -xvf #{filename}#{extension}"

gpg_key_overwrite(host, 'tarball')
end
Expand Down

0 comments on commit bf763f9

Please sign in to comment.