Haven't done anything too involved with Capistrano yet, but have just run into a problem that seems like unexpected behavior:
$ cap deploy:check --file config/deploy.rb the task `deploy:check' does not exist $ cap --tasks deploy:check cap deploy:check # Test deployment dependencies. Extended help may be available for these tasks. Type `cap -e taskname' to view it. $ Is there an alternate way to specify which deploy file to use? Am I missing something blindingly obvious? :-) $ cap --version Capistrano v2.5.19 $ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] TIA, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
