Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Remove 'z' flag from initial tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevinosullivan committed Aug 25, 2020
1 parent 89c2ff8 commit 32af5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/homebrew/shopify-cli.base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ShopifyCli < Formula
depends_on 'git' => '2.13'

def install
system 'tar', '-xzf', cached_download, '--directory', buildpath
system 'tar', '-xf', cached_download, '--directory', buildpath

(buildpath/'src').mkpath
(buildpath/'symlink').mkpath
Expand Down

0 comments on commit 32af5c3

Please sign in to comment.