Skip to content

Commit e53a877

Browse files
authored
fixed quotation mark error
1 parent 2cc0e73 commit e53a877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 you are on Windows and you get the message "The system cannot find the path specified.", then you need to first install Bundler. You can do this by typing "gem install bundler". Once this finishes, then redo the "bundle install --without production" command. 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 'Your bundle is complete!' message just above. If you are on Windows and you get the message 'The system cannot find the path specified.', then you need to first install Bundler. You can do this by typing `gem install bundler`. Once this finishes, then redo the `bundle install --without production` command. 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)