summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-07-22 22:50:25 -0700
committerDaniel DeLeo <dan@opscode.com>2010-07-22 22:50:25 -0700
commit884615a465f7889e36e409467e622896b22f833e (patch)
tree62363c4910431d56d01234618dc39a6b09011bdb /Rakefile
parent5ed701d350f33fbb25b5b6aab9d97fff7c4e2ef1 (diff)
downloadchef-884615a465f7889e36e409467e622896b22f833e.tar.gz
update root Rakefile for new binary locations
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0d5a7c3dfb..aa11572e33 100644
--- a/Rakefile
+++ b/Rakefile
@@ -126,7 +126,7 @@ def start_chef_server(type="normal")
else # child
case type
when "normal"
- puts "Starting chef server for development with './chef-server/bin/chef-server -a thin -l debug -N'"
+ puts "Starting chef server for development with './chef-server-api/bin/chef-server -a thin -l debug -N'"
exec("./chef-server-api/bin/chef-server -a thin -l debug -N")
when "features"
puts "Starting chef server for features with #{["./chef-server/bin/chef-server -a thin -C #{File.join(File.dirname(__FILE__), "features", "data", "config", "server.rb")} -l debug -N"].join(' ')}"