From 404a9bc88be538769c6c80b3b31f39a6582991d2 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 13 Feb 2017 09:52:10 -0800 Subject: fix specs: RedundantReturn, RedundantSelf, RedundantBegin department of redundancy department Signed-off-by: Lamont Granquist --- omnibus/config/projects/angrychef.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omnibus/config') diff --git a/omnibus/config/projects/angrychef.rb b/omnibus/config/projects/angrychef.rb index 48902e6607..ff83f41327 100644 --- a/omnibus/config/projects/angrychef.rb +++ b/omnibus/config/projects/angrychef.rb @@ -21,7 +21,7 @@ # current_file = __FILE__ chef_project_contents = IO.read(File.expand_path("../chef.rb", __FILE__)) -self.instance_eval chef_project_contents +instance_eval chef_project_contents name "angrychef" friendly_name "Angry Chef Client" -- cgit v1.2.1