Hey,

Example:

namespace :em do

  desc "Update Events manager"
  task :deploy do
    deploy.update
    mongrel.restart
  end

end

When I call "cap em:deploy" there's infinite calling of "deploy". Is there
any way to  distinguish namespace from  task?


Thankx,  Ladislav M.****

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to