Fix missing slug issue

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2016-07-26 17:32:17 -07:00
parent 783b3a8341
commit 9ab845ce01
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type Driver struct {
const (
defaultSSHPort = 22
defaultSSHUser = "root"
defaultImage = "ubuntu-15-10-x64"
defaultImage = "15621816" // Ubuntu 15.10 x86_64
defaultRegion = "nyc3"
defaultSize = "512mb"
)