Use 21 for the default port

This commit is contained in:
Seth Vargo 2015-01-04 16:24:26 -05:00
parent f9ce1cc4ca
commit 944853ab47
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module VagrantPlugins
end
def default_port
20
21
end
def connect(&block)