Update comment reference

This commit is contained in:
Fabio Rehm 2013-03-29 12:31:36 -03:00
parent 31f60022d8
commit 78f8393536

View file

@ -34,7 +34,7 @@ module Vagrant
end end
end end
# @see Vagrant::Plugin::V1::Provider#action # @see Vagrant::Plugin::V2::Provider#action
def action(name) def action(name)
# Attempt to get the action method from the Action class if it # Attempt to get the action method from the Action class if it
# exists, otherwise return nil to show that we don't support the # exists, otherwise return nil to show that we don't support the