parent
c752c37586
commit
3154669835
|
@ -58,7 +58,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
def remote?
|
def remote?
|
||||||
path =~ URI::regexp(["ftp", "http", "https"])
|
path =~ URI.regexp(["ftp", "http", "https"])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue