Correct grammar in setup comment

This commit is contained in:
Ernesto Tagwerker 2020-02-12 13:31:19 -05:00
parent 65cbbf2282
commit 53776124d1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ end
chdir APP_ROOT do
# This script is a starting point to set up your application.
# Add necessary set up steps to this file.
# Add necessary setup steps to this file.
puts '== Installing dependencies =='
system! 'gem install bundler --conservative'