Update doc string for :run option
This commit is contained in:
parent
1dda6cc14c
commit
49ae77b2b8
|
@ -29,7 +29,7 @@ module VagrantPlugins
|
||||||
# @return [Object]
|
# @return [Object]
|
||||||
attr_accessor :config
|
attr_accessor :config
|
||||||
|
|
||||||
# When to run this provisioner. Either "once" or "always"
|
# When to run this provisioner. Either "once", "always", or "never"
|
||||||
#
|
#
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :run
|
attr_accessor :run
|
||||||
|
|
Loading…
Reference in New Issue