Skip to content

Commit

Permalink
[rubocop] fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddcrosby committed Jan 23, 2024
1 parent 3d1f4af commit a4a8296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/between_meals/knife.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def write_user_config

def create_databag_if_missing(databag)
s = Mixlib::ShellOut.new("#{@knife} data bag list" +
" --format json " +
' --format json ' +
"-c #{@config}").run_command
s.error!
db = JSON.parse(s.stdout)
Expand Down

0 comments on commit a4a8296

Please sign in to comment.