From dbb1b7daf4e2b5933bf50c6271e76c1bd0e43a77 Mon Sep 17 00:00:00 2001 From: Bucky Wilson Date: Tue, 12 Dec 2017 14:54:17 +1000 Subject: [PATCH] Renamed tmp config file - corrected tear down FIXED Too many rake name to tear things down correctly. modified: Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f8e14cda8..adefa8844 100644 --- a/Rakefile +++ b/Rakefile @@ -172,7 +172,7 @@ end # BeEF environment set up @beef_process_id = nil; -@beef_config_file = 'tmp/rake_beef_conf.yaml'; +@beef_config_file = 'tmp/rk_beef_conf.yaml'; task :beef_start => 'beef' do