Skip to content
Snippets Groups Projects
Commit 39884589 authored by Markus Reiter's avatar Markus Reiter
Browse files

Use real basename for output.

parent 516a39f5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class AbstractDownloadStrategy
module Pourable
def stage
ohai "Pouring #{cached_location.basename}"
ohai "Pouring #{basename}"
super
end
end
......@@ -85,7 +85,7 @@ class AbstractDownloadStrategy
end
def basename
nil
cached_location.basename
end
private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment