@@ -19,7 +19,7 @@ |
||
19 | 19 |
|
20 | 20 |
<li>Run the following commands:<br /> |
21 | 21 |
<%= content_tag :pre do -%> |
22 |
-heroku git:clone <%= content_tag :var, app_name %> |
|
22 |
+heroku git:clone --app <%= content_tag :var, app_name %> |
|
23 | 23 |
cd <%= content_tag :var, app_name %> |
24 | 24 |
bundle |
25 | 25 |
bin/setup_heroku |