✂️ whitespace
This commit is contained in:
parent
b7dbfc84af
commit
19bccc9ca5
2 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
|
|
|
@ -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 => '' },
|
||||
|
|
Loading…
Reference in a new issue