Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Adding require statements for vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Demitri Swan committed Jun 12, 2015
1 parent 249444b commit 26c3321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions lib/command.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env ruby

require 'find'
require 'mixlib/shellout'
require 'vagrant'

module Vbinfo
# Helper functions
module Helpers
Expand Down
4 changes: 1 addition & 3 deletions lib/plugin.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env ruby

require_relative "vbinfo/version"
require 'find'
require 'mixlib/shellout'

require 'vagrant'

module Vbinfo
class VBinfo < Vagrant.plugin(2, :command)
Expand Down

0 comments on commit 26c3321

Please sign in to comment.