summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-08-25 14:36:41 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2020-08-25 14:36:41 +0530
commitde848c5ff06d1c7829af5635a90817ec31a99116 (patch)
tree470d10ba3655610bb7fe277b42e5a5ab9b0d6a09
parent8ec6586aac066d9fda71ba9bff493bff11a1cc26 (diff)
downloadchef-VSingh/add-tty-table.tar.gz
require tty-screenVSingh/add-tty-table
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
-rw-r--r--lib/chef/knife/config_list_profiles.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/knife/config_list_profiles.rb b/lib/chef/knife/config_list_profiles.rb
index 988ba636f7..96ff6de3b6 100644
--- a/lib/chef/knife/config_list_profiles.rb
+++ b/lib/chef/knife/config_list_profiles.rb
@@ -26,6 +26,7 @@ class Chef
deps do
require_relative "../workstation_config_loader"
+ require "tty-screen" unless defined?(TTY::Screen)
require "tty-table" unless defined?(TTY::Table)
end