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

Commit

Permalink
plugin definition should match the actual gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
scalp42 committed Oct 28, 2013
1 parent f85f0cf commit 90743c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-vbguest.rb
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 90743c7

Please sign in to comment.