core: "Tag" ShareFolders action as backport functionality

This commit is contained in:
Fabio Rehm 2014-03-12 10:32:25 -03:00
parent d5abb523de
commit bb8514b518
2 changed files with 1 additions and 1 deletions

View file

@ -66,7 +66,7 @@ module Vagrant
b.use Builtin::SyncedFolders
b.use PrepareNFSSettings
else
require 'vagrant-lxc/action/share_folders'
require 'vagrant-lxc/backports/action/share_folders'
b.use ShareFolders
end
b.use Builtin::SetHostname