From 98b21402ff7a4058c960a5f7f8bde6403caaa49a Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Fri, 1 Apr 2011 10:21:33 +0000 Subject: [PATCH] Framework update instructions added git-svn-id: https://beef.googlecode.com/svn/trunk@822 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- lib/console/banner.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/console/banner.rb b/lib/console/banner.rb index a6a13d88b..a9d40bd0e 100644 --- a/lib/console/banner.rb +++ b/lib/console/banner.rb @@ -36,6 +36,8 @@ module Console end puts + puts "Ensure you are running the latest framework version. Run 'svn update' to update" + puts end end