Reason: within('') fails with the current sshkit version. I opened an issue in sshkit (https://github.com/capistrano/sshkit/issues/476), but the current opinion seems to be that instead of within('') one should instead explicitly use within(capture(:pwd)).
@betesh what do you think, since you made the last change regarding this?
Reason:
within('')
fails with the current sshkit version. I opened an issue in sshkit (https://github.com/capistrano/sshkit/issues/476), but the current opinion seems to be that instead ofwithin('')
one should instead explicitly usewithin(capture(:pwd))
.@betesh what do you think, since you made the last change regarding this?
https://github.com/capistrano/passenger/blob/6dc408ec690d0cbe8c2e9d86c33ad4f7977dfa73/lib/capistrano/tasks/passenger.cap#L13