Created
March 18, 2011 18:24
-
-
Save benhamill/876573 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rake db:migrate | |
... wait a bit ... | |
^Crake aborted! | |
/home/ben/.../Rakefile:4:in `<top (required)>' | |
(See full trace by running task with --trace) | |
$ git diff | |
diff --git a/Gemfile.lock b/Gemfile.lock | |
index bdcbc43..d5dba5e 100644 | |
--- a/Gemfile.lock | |
+++ b/Gemfile.lock | |
@@ -47,8 +47,8 @@ GEM | |
capistrano (2.5.20) | |
highline | |
highline | |
- net-scp | |
net-scp (>= 1.0.0) | |
+ net-scp | |
net-sftp | |
net-sftp (>= 2.0.0) | |
net-ssh (>= 2.0.14) | |
$ rake db:migrate | |
... wait a bit ... | |
^Crake aborted! | |
/home/ben/.../Rakefile:4:in `<top (required)>' | |
(See full trace by running task with --trace) | |
$ git status | |
# On branch develop | |
nothing to commit (working directory clean) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment