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