Skip to content

Commit b4cad54

Browse files
committed
remove command of xz
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
1 parent 1cde6ee commit b4cad54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/omnibus/fetchers/net_fetcher.rb

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def execute_tests(file_path)
163163
log.info(log_key) { "-----DEBUG-----checking gtar and xz versions and path" }
164164
shellout!("gtar --version")
165165
shellout!("which gtar")
166-
shellout!("brew install xz")
167166
shellout!("xz --version")
168167
shellout!("which xz")
169168
log.info(log_key) { "-----DEBUG-----end of the test to here" }

0 commit comments

Comments
 (0)