From c065c1e6e523907f053468eefbd27534d737d7df Mon Sep 17 00:00:00 2001 From: Dmitry Vasilets Date: Mon, 16 Jan 2017 16:40:23 +0100 Subject: [PATCH] test1 --- lib/vagrant-libvirt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-libvirt.rb b/lib/vagrant-libvirt.rb index e1929e9..ec8ff30 100644 --- a/lib/vagrant-libvirt.rb +++ b/lib/vagrant-libvirt.rb @@ -22,7 +22,7 @@ end # This is a sanity check to make sure no one is attempting to install # this into an early Vagrant version. if Vagrant::VERSION < '1.5.0' - raise 'The Vagrant Libvirt plugin is only compatible with Vagrant 1.5+' + raise 'The Vagrant Libvirt plugin is only compatible with Vagrant 1.5+.' end # make sure base module class defined before loading plugin