On Friday 27 August 2010, Joshua J. Kugler elucidated thus:
> I'm trying to get a working capfile up and running on a new install
> of capistrano, and am having trouble.
>
> The back trace starts out (the full back trace is at the bottom of
> this e-mail).
>
> failed to initialize site: capfile:56:in `server': wrong number of
> arguments (0 for 1) (ArgumentError)
>
> That means it's blowing up on line 56 of the capfile, right?
>
> This is line 56:
>
> role :app, "#{server}"http://www.capify.org/index.php/Server Sigh...it seems 'server' is now a reserved word in Capistrano. Which means we have to change our deployment system (because we call it with '-S server=some.host.com') and change our capfile. Bummer. Anyone know the version in which it was introduced? j -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com - Fairbanks, AK PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A -- * 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
