Fix example code for digital ocean builder
Remove command after size
This commit is contained in:
parent
ef873ba210
commit
e7900ec5ef
|
@ -67,7 +67,7 @@ array.
|
|||
"api_token": "{{user `do_api_token`}}",
|
||||
"image": "ubuntu-14-04-x64",
|
||||
"region": "nyc3",
|
||||
"size": "512mb",
|
||||
"size": "512mb"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue