summaryrefslogtreecommitdiff
path: root/bin/chef-client
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-06-10 00:56:40 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-06-10 00:56:40 -0700
commit14ca7fdc284eeaac9c66abd5878d7b24bd439180 (patch)
treec37f85c36decb840662f65e6aafd55a570daf6c1 /bin/chef-client
parentaf843190f9be71469c4a20ef8f9021b292c05588 (diff)
downloadchef-14ca7fdc284eeaac9c66abd5878d7b24bd439180.tar.gz
Should use /usr/bin/env
Diffstat (limited to 'bin/chef-client')
-rwxr-xr-xbin/chef-client4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chef-client b/bin/chef-client
index df7eaa7439..d7567ea5a8 100755
--- a/bin/chef-client
+++ b/bin/chef-client
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
#
# ./chef-client - Build a meal with chef
#
@@ -64,4 +64,4 @@ if config[:log_level]
end
c = Chef::Client.new
-c.run \ No newline at end of file
+c.run