provisioners/shell: prefer "." over "::"

/cc @fgrehm
This commit is contained in:
Mitchell Hashimoto 2013-09-03 10:44:16 -07:00
parent c752c37586
commit 3154669835
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ module VagrantPlugins
end
def remote?
path =~ URI::regexp(["ftp", "http", "https"])
path =~ URI.regexp(["ftp", "http", "https"])
end
end
end