B
botp
Hi All,
sorry if this dumb and not pure ruby q, but i just hit a bump on capistrano.
how does one get a result of a run or sudo?
eg,
task :testing do
x = run "date"
p x
end
it runs without error but i get nothing (nil ie) from x
kind regards -botp
sorry if this dumb and not pure ruby q, but i just hit a bump on capistrano.
how does one get a result of a run or sudo?
eg,
task :testing do
x = run "date"
p x
end
it runs without error but i get nothing (nil ie) from x
kind regards -botp