aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mat.rb')
-rw-r--r--Library/Formula/mat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mat.rb b/Library/Formula/mat.rb
index df36ab2fa..b2bb67ea2 100644
--- a/Library/Formula/mat.rb
+++ b/Library/Formula/mat.rb
@@ -5,7 +5,7 @@ require "formula"
# into "mat-cli" here.
class MatDownloadStrategy < CurlDownloadStrategy
def stage
- with_system_path { safe_system "#{xzpath} -dc \"#{tarball_path}\" | tar xf - -s ',/mat$,/mat-cli,'" }
+ with_system_path { safe_system "#{xzpath} -dc \"#{cached_location}\" | tar xf - -s ',/mat$,/mat-cli,'" }
chdir
end
end