Skip to content

Commit

Permalink
Changed the 'git commit' expected output to mention Gemfile instead o…
Browse files Browse the repository at this point in the history
…f README


Rails generates a README.rdoc instead of README; I bet it will always generate a Gemfile. Well, until it doesn't.
  • Loading branch information
tjgrathwell committed Jun 11, 2012
1 parent 46cf66e commit 60ac2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/installfest/create_and_deploy_a_rails_app.step
Expand Up @@ -100,7 +100,7 @@ With Git, there are usually many ways to do very similar things.
end

console "git commit -m \"initial commit\""
result "a lot of lines like create mode 100644 README"
result "a lot of lines like create mode 100644 Gemfile"

console "git log"
result "(Your git name and \"initial commit\" message.)"
Expand Down

0 comments on commit 60ac2b5

Please sign in to comment.