Skip to content

Commit ff0793f

Browse files
authored
Merge pull request #50 from OpenVoxProject/local_change
Expand local url path
2 parents 974171f + 78c520d commit ff0793f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vanagon/component/source/local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def valid_file?(target_file)
3232
# once upon a time we allowed specifying files with no strong
3333
# specifications for where they should be located.
3434
def mangle(path)
35-
path.gsub(%r{^file://}, '')
35+
File.absolute_path(path.gsub(%r{^file://}, ''))
3636
end
3737

3838
def archive_extensions

0 commit comments

Comments
 (0)