heroku tools requires --app to precede application identifiers

Paul Symons 10 lat temu
rodzic
commit
717521ac0d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/views/devise/registrations/new.html.erb

+ 1 - 1
app/views/devise/registrations/new.html.erb

@@ -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