No longer need the provisioners attr_accessor on the provision action

This commit is contained in:
Mitchell Hashimoto 2011-07-06 22:56:09 -07:00
parent 1de152ae36
commit 563ac35bc0
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ module Vagrant
class Action
module VM
class Provision
attr_reader :provisioners
def initialize(app, env)
@app = app
@env = env