Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Created March 24, 2014 09:29
Show Gist options
  • Save mikecmpbll/9737101 to your computer and use it in GitHub Desktop.
Save mikecmpbll/9737101 to your computer and use it in GitHub Desktop.
mbp4:manage mike.campbell$ cap shell
triggering load callbacks
* executing `shell'
====================================================================
Welco§ to the interactive Capistrano shell! This is an experimental
feature, and is liable to change in future releases. Type 'help' for
a summary of how to use the shell.
--------------------------------------------------------------------
cap> whoami
[establishing connection(s) to manage.theapp.net]
** [out :: manage.theapp.net] default: line 1: server: command not found
** [out :: manage.theapp.net] default: line 2: listen: command not found
** [out :: manage.theapp.net] default: line 3: server_name: command not found
** [out :: manage.theapp.net] default: line 5: access_log: command not found
** [out :: manage.theapp.net] default: line 7: server_name_in_redirect: command not found
** [out :: manage.theapp.net] default: line 9: location: command not found
** [out :: manage.theapp.net] default: line 10: root: command not found
** [out :: manage.theapp.net] default: line 11: index: command not found
** [out :: manage.theapp.net] default: line 12: syntax error near unexpected token `}'
** [out :: manage.theapp.net] default: line 12: ` }'
error: failed: "rvm_path=$HOME/.rvm/ $HOME/.rvm/bin/rvm-shell 'default' -c 'whoami'" on manage.theapp.net
cap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment