From b5220756935cc716383291c2fd1d3fdcac19c0c0 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Mon, 17 Apr 2017 13:28:07 -0500 Subject: [PATCH] update chatbot.rb --- chef/cookbooks/metasploitable/recipes/chatbot.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chef/cookbooks/metasploitable/recipes/chatbot.rb b/chef/cookbooks/metasploitable/recipes/chatbot.rb index 2622132..6043653 100644 --- a/chef/cookbooks/metasploitable/recipes/chatbot.rb +++ b/chef/cookbooks/metasploitable/recipes/chatbot.rb @@ -1,12 +1,12 @@ # -# Cookbook:: sinatra -# Recipe:: sinatra +# Cookbook:: chatbot +# Recipe:: chatbot # # Copyright:: 2017, Rapid7, All Rights Reserved. # # -include_recipe 'metasploitable::sinatra' +include_recipe 'metasploitable::chatbot' package 'unzip'