@@ -236,7 +236,7 @@ heroku.formation.list('floating-retreat-4255')
236
236
" id" =>" f682b260-8089-4e18-b792-688cc02bf923" ,
237
237
" type" =>" web" ,
238
238
" quantity" =>1 ,
239
- " size" =>" 1X" ,
239
+ " size" =>" Standard- 1X" ,
240
240
" updated_at" =>" 2014-03-13T04:13:37Z" }]
241
241
```
242
242
@@ -246,13 +246,13 @@ Let's change `web` process to run on a 2X dyno:
246
246
heroku.formation.batch_update(' floating-retreat-4255' ,
247
247
{" updates" => [{" process" => " web" ,
248
248
" quantity" => 1 ,
249
- " size" => " 2X" }]})
249
+ " size" => " Standard- 2X" }]})
250
250
=> [{" command" =>" coffee index.coffee" ,
251
251
" created_at" =>" 2014-03-13T04:13:37Z" ,
252
252
" id" =>" f682b260-8089-4e18-b792-688cc02bf923" ,
253
253
" type" =>" web" ,
254
254
" quantity" =>1 ,
255
- " size" =>" 2X" ,
255
+ " size" =>" Standard- 2X" ,
256
256
" updated_at" =>" 2014-03-13T04:22:15Z" }]
257
257
```
258
258
@@ -261,13 +261,13 @@ command. We can use the singular update action to modify a single formation
261
261
type:
262
262
263
263
``` ruby
264
- heroku.formation.update(' floating-retreat-4255' , ' web' , {" size" => " 1X" })
264
+ heroku.formation.update(' floating-retreat-4255' , ' web' , {" size" => " Standard- 1X" })
265
265
=> {" command" =>" coffee index.coffee" ,
266
266
" created_at" =>" 2014-03-13T04:13:37Z" ,
267
267
" id" =>" f682b260-8089-4e18-b792-688cc02bf923" ,
268
268
" type" =>" web" ,
269
269
" quantity" =>1 ,
270
- " size" =>" 1X" ,
270
+ " size" =>" Standard- 1X" ,
271
271
" updated_at" =>" 2014-03-13T04:24:46Z" }
272
272
```
273
273
0 commit comments