Fix example code for digital ocean builder

Remove command after size
pull/2507/head
Brian Fletcher 11 years ago
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…
Cancel
Save