Commit 6b58a7b 1 parent 436b52d commit 6b58a7b Copy full SHA for 6b58a7b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ def extract
235
235
compression_switch = "z" if downloaded_file . end_with? ( "gz" )
236
236
compression_switch = "--lzma -" if downloaded_file . end_with? ( "lzma" )
237
237
compression_switch = "j" if downloaded_file . end_with? ( "bz2" )
238
- compression_switch = "J" if downloaded_file . end_with? ( "xz" )
238
+ # compression_switch = "J" if downloaded_file.end_with?("xz")
239
239
240
240
if Ohai [ "platform" ] == "windows"
241
241
if downloaded_file . end_with? ( *TAR_EXTENSIONS ) && source [ :extract ] != :seven_zip
@@ -322,7 +322,7 @@ def extract_command; end
322
322
# @return [String]
323
323
#
324
324
def tar
325
- Omnibus . which ( "gtar" ) ? "gtar " : "tar"
325
+ Omnibus . which ( "gtar" ) ? "tar " : "tar"
326
326
end
327
327
end
328
328
end
You can’t perform that action at this time.
0 commit comments