Grammar fix to the network interface bridge question
This commit is contained in:
parent
96bf296dd8
commit
b19abebdf0
|
@ -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