I just installed capistrano and get the following error when running "cap -T"
deploy.rb = set :user, 'myuser' set :port, 30000 set :scm, :git set :application, "proskiinstructor.com" set :repository, "[email protected]:sshockey/proskiinstructor.com.git" set :domain, 'proskiinstructor.com' # set :deploy_via, :remote_cache role :app, domain role :web, domain set :db, domain, :primary => true then #cap -T /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/lib/capistrano/ configuration/variables.rb:30:in `set': wrong number of arguments (2 for 1) (ArgumentError) from ./config/deploy.rb:14:in `load' from /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/lib/ capistrano/configuration/loading.rb:172:in `load_from_file' from /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/lib/ capistrano/configuration/loading.rb:89:in `load' from /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/lib/ capistrano/configuration/loading.rb:86:in `load' from /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/lib/ capistrano/configuration/loading.rb:86:in `each' from /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/lib/ capistrano/configuration/loading.rb:86:in `load' from Capfile:3:in `load' from /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/lib/ capistrano/configuration/loading.rb:172:in `load_from_file' ... 8 levels... from /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/lib/ capistrano/cli/execute.rb:14:in `execute' from /Users/steveshockey/.gem/ruby/1.8/gems/capistrano-2.5.4/bin/cap: 4 from /usr/local/bin/cap:19:in `load' from /usr/local/bin/cap:19 --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
