Skip to content

Commit

Permalink
Wordmark replacements: chef-server-ctl/plugins/filtered-dump (chef#1949)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Gitlin <jgitlin@pinnacle21.com>
  • Loading branch information
jgitlin-p21 committed Oct 18, 2021
1 parent 5b77ac3 commit a8db8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chef-server-ctl/plugins/filtered-dump.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


add_command_under_category "filtered-dump", "Debug Tools", "Generate a filtered dump of indexable Chef Objects for all organizations. Top-level data is captured; only object name is captured from object json" do
add_command_under_category "filtered-dump", "Debug Tools", "Generate a filtered dump of indexable #{ChefUtils::Dist::Server::PRODUCT} Objects for all organizations. Top-level data is captured; only object name is captured from object json" do
require "json"
require "zlib"
require "stringio"
Expand Down

0 comments on commit a8db8b2

Please sign in to comment.