Skip to content

Commit 9ab845c

Browse files
Fix missing slug issue
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 783b3a8 commit 9ab845c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/digitalocean/digitalocean.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type Driver struct {
3535
const (
3636
defaultSSHPort = 22
3737
defaultSSHUser = "root"
38-
defaultImage = "ubuntu-15-10-x64"
38+
defaultImage = "15621816" // Ubuntu 15.10 x86_64
3939
defaultRegion = "nyc3"
4040
defaultSize = "512mb"
4141
)

0 commit comments

Comments
 (0)