provisioners/shell: fix typo
This commit is contained in:
parent
a7d3458abc
commit
da91741b7c
|
@ -7,7 +7,7 @@ require "vagrant/util/retryable"
|
|||
module VagrantPlugins
|
||||
module Shell
|
||||
class Provisioner < Vagrant.plugin("2", :provisioner)
|
||||
extend Vagrant::Util::Retryable
|
||||
include Vagrant::Util::Retryable
|
||||
|
||||
def provision
|
||||
args = ""
|
||||
|
|
Loading…
Reference in New Issue