Merge pull request #4760 from llamallama/master
Grammar fix to the network interface bridging question
This commit is contained in:
commit
93e077b062
|
@ -201,7 +201,7 @@ module VagrantPlugins
|
|||
choice = nil
|
||||
while !valid.include?(choice)
|
||||
choice = @env[:ui].ask(
|
||||
"What interface should the network bridge to? ")
|
||||
"Which interface should the network bridge to? ")
|
||||
choice = choice.to_i
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue