Make VM#run_action public for plugin devs

This commit is contained in:
Mitchell Hashimoto 2012-02-23 23:01:11 -08:00
parent 4aefb85796
commit 50fb129f53
2 changed files with 1 additions and 2 deletions

View File

@ -29,6 +29,7 @@
problems due to file permissions. [GH-748]
- FreeBSD guests can now have their hostnames changed. [GH-757]
- FreeBSD guests now support host only networking and bridged networking. [GH-762]
- `VM#run_action` is now public so plugin-devs can hook into it.
## 0.9.7 (February 9, 2012)

View File

@ -181,8 +181,6 @@ module Vagrant
@_ui
end
protected
def run_action(name, options=nil)
options = {
:vm => self,