Skip to content

Commit

Permalink
L #-: Minor aligment fix
Browse files Browse the repository at this point in the history
All hail rubocop!
  • Loading branch information
tinova committed Oct 31, 2019
1 parent f13f51a commit 1cd286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/onevcenter
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ CommandParser::CmdParser.new(ARGV) do
args[:filter] = false
vi_client = VCenterDriver::VIClient.new_from_host(options[:host])
importer = VCenterDriver::VcImporter
.new_child(helper.client, vi_client, options[:object])
.new_child(helper.client, vi_client, options[:object])

list = importer.retrieve_resources(args)

Expand Down

0 comments on commit 1cd286d

Please sign in to comment.