We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 974171f + 78c520d commit ff0793fCopy full SHA for ff0793f
lib/vanagon/component/source/local.rb
@@ -32,7 +32,7 @@ def valid_file?(target_file)
32
# once upon a time we allowed specifying files with no strong
33
# specifications for where they should be located.
34
def mangle(path)
35
- path.gsub(%r{^file://}, '')
+ File.absolute_path(path.gsub(%r{^file://}, ''))
36
end
37
38
def archive_extensions
0 commit comments