plugins/hosts/arch/host.rb in vagrant-unbundled-2.3.3.0 vs plugins/hosts/arch/host.rb in vagrant-unbundled-2.3.6.0

- old
+ new

@@ -2,10 +2,10 @@ module VagrantPlugins module HostArch class Host < Vagrant.plugin("2", :host) def detect?(env) - File.exist?("/etc/arch-release") + File.exist?("/etc/arch-release") && !File.exist?("/etc/artix-release") end end end end