Skip to content

Commit

Permalink
remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jun 8, 2020
1 parent c0107ef commit e9a9748
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
10 changes: 0 additions & 10 deletions lib/vagrant-goodhosts/command.rb

This file was deleted.

5 changes: 0 additions & 5 deletions lib/vagrant-goodhosts/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ class Plugin < Vagrant.plugin('2')
hook.prepend(Action::RemoveHosts)
hook.append(Action::UpdateHosts)
end

command(:goodhosts) do
require_relative 'command'
Command
end
end
end
end

0 comments on commit e9a9748

Please sign in to comment.