From 213f66aad118755dcf612c638686b45644fe259d Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Thu, 9 Jan 2014 11:40:04 +0400 Subject: [PATCH] Set plugin name to 'vagrant-parallels' to support 'has_plugin?' method works. --- lib/vagrant-parallels/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-parallels/plugin.rb b/lib/vagrant-parallels/plugin.rb index 8a4fed18..ad915ff3 100644 --- a/lib/vagrant-parallels/plugin.rb +++ b/lib/vagrant-parallels/plugin.rb @@ -14,7 +14,7 @@ module VagrantPlugins module Parallels class Plugin < Vagrant.plugin("2") - name "Parallels" + name "vagrant-parallels" description <<-EOF The Parallels provider allows Vagrant to manage and control Parallels-based virtual machines.