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

Commit

Permalink
Fix bug 1111009: Typo on app scaling page
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Jun 19, 2014
1 parent f23187b commit 60c1619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/app/views/scaling/new.html.haml
Expand Up @@ -8,10 +8,10 @@
This application is not currently scalable. For the time being
applications must be set to scale when they are created. To make a
new application scalable you will need to pass the command line
option <code>--scale</code>:
option <code>--scaling</code>:

%pre.cli
rhc create-app --scale -a &lt;your application&gt; ...
rhc create-app --scaling -a &lt;your application&gt; ...

%p
or select "scaling" from the advanced options on the Create Application page.
Expand Down

0 comments on commit 60c1619

Please sign in to comment.