Fix example code for digital ocean builder

Remove command after size
This commit is contained in:
Brian Fletcher 2015-07-27 21:00:11 +01:00
parent ef873ba210
commit e7900ec5ef
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ array.
"api_token": "{{user `do_api_token`}}", "api_token": "{{user `do_api_token`}}",
"image": "ubuntu-14-04-x64", "image": "ubuntu-14-04-x64",
"region": "nyc3", "region": "nyc3",
"size": "512mb", "size": "512mb"
} }
``` ```