Skip to content

Commit

Permalink
Merge pull request #138 from dafyddcrosby/databaglist
Browse files Browse the repository at this point in the history
Remove verbosity options from data bag list shellout
  • Loading branch information
Zepheus committed Jan 23, 2024
2 parents 1405348 + a4a8296 commit 272ee1f
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 #{@knife_verb_option} " +
' --format json ' +
"-c #{@config}").run_command
s.error!
db = JSON.parse(s.stdout)
Expand Down

0 comments on commit 272ee1f

Please sign in to comment.