diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup index c60c1267e06..ec1ebe02950 100755 --- a/bin/setup +++ b/bin/setup @@ -16,7 +16,7 @@ if rails5? end Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. + # This script is a starting point to set up your application. # Add necessary setup steps to this file: puts "== Installing dependencies ==" |