That's a peculiar invocation, use a debugger to make sure :scm_password is set 
the way you think it is.

Or try:

set(:scm_password) { Capistrano::CLI.password_prompt("#{scm_user}@#{scm_server} 
password: ")}

> On Dec 2, 2013, at 1:21 PM, byrnejb <[email protected]> wrote:
> 
> set( :scm_password,  
>       proc{Capistrano::CLI.password_prompt(
>         "#{scm_user}@#{scm_server} password: ")} )

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/AEF1CF13-4E58-4B32-82C6-68CA212B62D2%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to