summaryrefslogtreecommitdiff
path: root/lib/chef/knife/client_key_delete.rb
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-04-19 10:25:42 +0100
committerGitHub <noreply@github.com>2017-04-19 10:25:42 +0100
commit298b79a5b9d5c3b05bce61415497b08cae3507bd (patch)
treed0450c77576c01234fff5a5da5ecfaae2a2c387f /lib/chef/knife/client_key_delete.rb
parentd0342681c35bdfa32e0e8e82cb035ab577b74e3e (diff)
parentefc45247aabc562de0898a737ec5bad1793dacda (diff)
downloadchef-298b79a5b9d5c3b05bce61415497b08cae3507bd.tar.gz
Merge pull request #6071 from coderanger/key-list
The two key list commands didn’t actually require the helper object they both use.
Diffstat (limited to 'lib/chef/knife/client_key_delete.rb')
-rw-r--r--lib/chef/knife/client_key_delete.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/knife/client_key_delete.rb b/lib/chef/knife/client_key_delete.rb
index 64eae2e27c..3463389a05 100644
--- a/lib/chef/knife/client_key_delete.rb
+++ b/lib/chef/knife/client_key_delete.rb
@@ -17,6 +17,7 @@
#
require "chef/knife"
+require "chef/knife/key_delete"
class Chef
class Knife