mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Add known mapping for synced folders
This commit is contained in:
parent
53d15203f9
commit
9ace68f424
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ module VagrantPlugins
|
|||
SDK::Args::TargetIndex => Client::TargetIndex,
|
||||
SDK::Args::Target::Machine => Vagrant::Machine,
|
||||
SDK::Args::TerminalUI => Vagrant::UI::Remote,
|
||||
SDK::Args::SyncedFolder => Vagrant::Plugin::V2::SyncedFolder,
|
||||
Client::Project => Vagrant::Environment,
|
||||
Client::Target => Vagrant::Machine,
|
||||
Client::Terminal => Vagrant::UI::Remote,
|
||||
|
|
|
|||
Loading…
Reference in a new issue