✂️ whitespace

This commit is contained in:
Fabio Rehm 2014-03-21 19:38:56 -03:00
parent b7dbfc84af
commit 19bccc9ca5
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ module Vagrant
opts.banner = "Usage: vagrant lxc <subcommand> [<args>]"
opts.separator ""
opts.separator "Available subcommands:"
# https://github.com/mitchellh/vagrant/commit/4194da19c60956f6e59239c0145f772be257e79d
keys = []
@subcommands.each { |key, value| keys << key }

View file

@ -53,7 +53,7 @@ module Vagrant
end
def commands
[
[
{ :cmd => '/usr/bin/lxc-ls', :args => '' },
{ :cmd => '/usr/bin/lxc-info', :args => '' },
{ :cmd => '/usr/bin/lxc-attach', :args => '' },