Skip to content

Commit 2e5b4be

Browse files
brittagtjgrathwell
authored andcommitted
Updating note about 'Bundle complete!' message
1 parent 0884765 commit 2e5b4be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/en/installfest/create_a_rails_app.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ step "Create a new Rails app" do
2222

2323
console "rails new test_app"
2424

25-
message "The command's output is voluminous, and will take some time to complete, with a long pause in the middle, after all the 'create...' statements ending in 'bundle install'. When it fully completes, it will return you to your home prompt. Look for the 'Your bundle is complete!' message just above."
25+
message "The command's output is voluminous, and will take some time to complete, with a long pause in the middle, after all the 'create...' statements ending in 'bundle install'. When it fully completes, it will return you to your home prompt. Look for the 'Bundle complete!' message just above."
2626

2727
console "cd test_app"
2828
console "rails server"

sites/en/installfest/deploy_a_rails_app.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ step "Deploy your app to Heroku" do
9090
bundle install --without production
9191
BASH
9292

93-
message "Again, wait for the console prompt, and look for the 'Your bundle is complete!' message just above. If this fails, get a volunteer to help you edit `config/environments/production.rb` "
93+
message "Again, wait for the console prompt, and look for the 'Bundle complete!' message just above. If this fails, get a volunteer to help you edit `config/environments/production.rb` "
9494
end
9595

9696
step "Set the root route" do

0 commit comments

Comments
 (0)