Guest User

Untitled

a guest
Apr 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. #
  2. # I expected authentication error would blow up the shell
  3. # and a simple not-found, shouldn't
  4. #
  5.  
  6. ~/Sites/capistrano-website cap shell
  7. * executing `shell'
  8. ====================================================================
  9. Welcome to the interactive Capistrano shell! This is an experimental
  10. feature, and is liable to change in future releases. Type 'help' for
  11. a summary of how to use the shell.
  12. --------------------------------------------------------------------
  13. cap> implode
  14. [establishing connection(s) to capify.org]
  15. Password:
  16. connection failed for: capify.org (Net::SSH::AuthenticationFailed: capifyorg)
  17. ~/Sites/capistrano-website cap shell
  18. * executing `shell'
  19. ====================================================================
  20. Welcome to the interactive Capistrano shell! This is an experimental
  21. feature, and is liable to change in future releases. Type 'help' for
  22. a summary of how to use the shell.
  23. --------------------------------------------------------------------
  24. cap> implode
  25. [establishing connection(s) to capify.org]
  26. Password:
  27. ** [out :: capify.org] sh: implode: command not found
  28. error: failed: "sh -c 'implode'" on capify.org
  29. cap>
Add Comment
Please, Sign In to add comment