Class: VagrantBundler::Command::BundleList

Inherits:
Base
  • Object
show all
Defined in:
lib/vagrant_bundler/command/bundle_list.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



6
7
8
# File 'lib/vagrant_bundler/command/bundle_list.rb', line 6

def execute
  @env.ui.info ssh_execute("cd /vagrant && bundle list")
end