Skip to content

Commit

Permalink
use new version of lib
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Oct 19, 2015
1 parent a0e7067 commit 5e0240a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ group :test do
end

gem "vulcano", :git => "[email protected]:chef/vulcanosec.git"
gem 'train', git: '[email protected]:chef/train.git'
2 changes: 1 addition & 1 deletion lib/kitchen/verifier/inspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def runner_options_for_ssh(config_data)
"host" => opts[:hostname],
"port" => opts[:port],
"user" => opts[:username],
"key_file" => opts[:keys]
"key_files" => opts[:keys]
}
end
end
Expand Down
2 changes: 1 addition & 1 deletion spec/kitchen/verifier/inspec_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"host" => "boogie",
"port" => 123,
"user" => "dance",
"key_file" => ["/backstage/pass"]
"key_files" => ["/backstage/pass"]
)).
and_return(runner)

Expand Down

0 comments on commit 5e0240a

Please sign in to comment.