Skip to content

Commit a925a06

Browse files
committed
remove osid comment
1 parent 0f04103 commit a925a06

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

cmd/create.go

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,11 @@ func buildInstance(options *options.Options) (*govultr.InstanceCreateReq, error)
107107
Label: options.MachineID,
108108
Backups: "disabled",
109109
EnableIPv6: govultr.BoolToBoolPtr(true),
110-
// OsID: 477, // debian
111-
ImageID: "docker",
112-
Plan: options.MachineType,
113-
Region: options.Region,
114-
UserData: userData,
115-
Tags: []string{"devpod"},
110+
ImageID: "docker",
111+
Plan: options.MachineType,
112+
Region: options.Region,
113+
UserData: userData,
114+
Tags: []string{"devpod"},
116115
}
117116

118117
return instance, nil

0 commit comments

Comments
 (0)