On Wed, Mar 16, 2011 at 12:31 AM, Donovan Bray <[email protected]> wrote: > It's being set too early before branch has a non empty value; > Try > set(:version) {"version-#{branch}"} > set(:version_dir) { "releases/#{version}"} > Which will defer evaluation until the first time the variable is fetched. >
This works perfectly, thank you so much! This list and user community is truly incredible. Thanks again for the help! -Chris -- Christopher Patti - Geek At Large | GTalk: [email protected] | AIM: chrisfeohpatti | P: (260) 54PATTI "Technology challenges art, art inspires technology." - John Lasseter, Pixar -- * 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
