Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #94 from scalp42/vagrant.has_plugin
Browse files Browse the repository at this point in the history
Plugin definition should match the actual gem name
  • Loading branch information
fnordfish committed Oct 28, 2013
2 parents e443f51 + 90743c7 commit c015a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-vbguest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module VagrantVbguest

class Plugin < Vagrant.plugin("2")

name "vbguest management"
name "vagrant-vbguest"
description <<-DESC
Provides automatic and/or manual management of the
VirtualBox Guest Additions inside the Vagrant environment.
Expand Down

0 comments on commit c015a67

Please sign in to comment.