provisioners/shell: fix typo

This commit is contained in:
Mitchell Hashimoto 2014-10-23 22:49:26 -07:00
parent a7d3458abc
commit da91741b7c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ require "vagrant/util/retryable"
module VagrantPlugins module VagrantPlugins
module Shell module Shell
class Provisioner < Vagrant.plugin("2", :provisioner) class Provisioner < Vagrant.plugin("2", :provisioner)
extend Vagrant::Util::Retryable include Vagrant::Util::Retryable
def provision def provision
args = "" args = ""