Update doc string for :run option

This commit is contained in:
Brian Cain 2019-04-04 08:55:32 -07:00
parent 1dda6cc14c
commit 49ae77b2b8
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module VagrantPlugins
# @return [Object]
attr_accessor :config
# When to run this provisioner. Either "once" or "always"
# When to run this provisioner. Either "once", "always", or "never"
#
# @return [String]
attr_accessor :run