fix check for `docker-compose`
This commit is contained in:
parent
378aae8782
commit
250e74cb79
|
@ -20,7 +20,7 @@ module VagrantPlugins
|
|||
#
|
||||
# @param [Vagrant::Machine] machine Machine instance for this driver
|
||||
def initialize(machine)
|
||||
if !Vagrant::Util::Which.which("vagrant-compose")
|
||||
if !Vagrant::Util::Which.which("docker-compose")
|
||||
raise Errors::DockerComposeNotInstalledError
|
||||
end
|
||||
super()
|
||||
|
|
Loading…
Reference in New Issue