Merge pull request #1861 from trlinkin/rdoc_builder

Vagrant::Action::Builder RDoc correction
This commit is contained in:
Fabio Rehm 2013-07-09 09:16:39 -07:00
commit e92059e7e0
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ module Vagrant
# Converts the builder stack to a runnable action sequence.
#
# @param [Vagrant::Action::Environment] env The action environment
# @param [Hash] env The action environment hash
# @return [Object] A callable object
def to_app(env)
app_stack = nil