From 14ca7fdc284eeaac9c66abd5878d7b24bd439180 Mon Sep 17 00:00:00 2001 From: Adam Jacob Date: Tue, 10 Jun 2008 00:56:40 -0700 Subject: Should use /usr/bin/env --- bin/chef-solo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/chef-solo') diff --git a/bin/chef-solo b/bin/chef-solo index 8fa9c1ee3e..194f2beeae 100755 --- a/bin/chef-solo +++ b/bin/chef-solo @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # # ./chef-solo - Build a meal with chef, sans-server! # @@ -78,4 +78,4 @@ end compile.load_definitions compile.load_recipes cr = Chef::Runner.new(compile.node, compile.collection) -cr.converge \ No newline at end of file +cr.converge -- cgit v1.2.1