Merge pull request #1861 from trlinkin/rdoc_builder
Vagrant::Action::Builder RDoc correction
This commit is contained in:
commit
e92059e7e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue