Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Aug 13, 2013
1 parent c0868a1 commit f219aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartridges/openshift-origin-cartridge-ruby/bin/control
Expand Up @@ -193,7 +193,7 @@ function rails_app_name_check() {
if [ $? -eq 0 ]; then
echo "$OPENSHIFT_APP_NAME" | grep '^[0-9]' >/dev/null
if [ $? -eq 0 ]; then
client_error "Invalid Rails application name. Please delete this applicatin and re-create it with a name which does not start with numbers"
client_error "Invalid Rails application name. Please delete this application and re-create it with a name which does not start with numbers"
exit 1
fi
fi
Expand Down

0 comments on commit f219aae

Please sign in to comment.