Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Got rid of deprecated rake task argument usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed May 24, 2011
1 parent ed2e5fc commit 29cf871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/rake-support/lib/torquebox/rake/tasks/deployment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
namespace :torquebox do

desc "Deploy the app in the current directory"
task :deploy, :context_path, :needs =>['torquebox:check'] do |t, args|
task :deploy, [:context_path] => ['torquebox:check'] do |t, args|
descriptor = TorqueBox::DeployUtils.basic_deployment_descriptor( :context_path => args[:context_path] )
deployment_name, deploy_dir = TorqueBox::DeployUtils.deploy_yaml( descriptor )

Expand Down

0 comments on commit 29cf871

Please sign in to comment.