Skip to content

Commit

Permalink
Correct style errors
Browse files Browse the repository at this point in the history
Change-Id: Id57933fc9d8a8393d4fd30874610033229ec5a4e
  • Loading branch information
kamaradclimber committed Oct 21, 2017
1 parent 4bbdb83 commit 697ed57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/chef-vault
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ ChefVault::Log.info "#{options[:vault]}/#{options[:item]}"

options[:values].split(",").each do |value|
value.strip! # remove white space
ChefVault::Log.info ("\t#{value}: #{item[value]}")
ChefVault::Log.info("\t#{value}: #{item[value]}")
end
2 changes: 1 addition & 1 deletion features/step_definitions/chef-databag.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
When /^I create a data bag '(.+)' containing the JSON '(.+)'$/ do |bag, json|
When(/^I create a data bag '(.+)' containing the JSON '(.+)'$/) do |bag, json|
write_file "item.json", json
run_simple "knife data bag create #{bag} -z -c knife.rb -d"
run_simple "knife data bag from_file #{bag} -z -c knife.rb item.json"
Expand Down

0 comments on commit 697ed57

Please sign in to comment.