diff options
author | Thom May <thom@may.lt> | 2018-01-22 10:36:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 10:36:40 +0000 |
commit | 9ca0a4e58b01eb3c030aeb3b61f6903649da68ec (patch) | |
tree | 9832816f18e20b95d4d8b0898f1261e8df137b90 | |
parent | fcaba3838f883e2855087be75b6a68ec08cd3aff (diff) | |
parent | bbdfed0bc72b7d6cfab0c6d48b0aced1512c1274 (diff) | |
download | chef-9ca0a4e58b01eb3c030aeb3b61f6903649da68ec.tar.gz |
Merge pull request #6444 from chef/knife_ssh_csshx
Chef 14: Remove deprecated knife ssh csshx command
-rw-r--r-- | lib/chef/knife/ssh.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/knife/ssh.rb b/lib/chef/knife/ssh.rb index b3d84e42d1..5e5cc738f2 100644 --- a/lib/chef/knife/ssh.rb +++ b/lib/chef/knife/ssh.rb @@ -600,10 +600,6 @@ class Chef macterm when "cssh" cssh - when "csshx" - Chef::Log.warn("knife ssh csshx will be deprecated in a future release") - Chef::Log.warn("please use knife ssh cssh instead") - cssh else ssh_command(@name_args[1..-1].join(" ")) end |