provisioners/shell: fix typo
This commit is contained in:
parent
a7d3458abc
commit
da91741b7c
|
@ -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 = ""
|
||||||
|
|
Loading…
Reference in New Issue