fixup: Typo in docker test

This commit is contained in:
Danielle Tomlinson
2019-01-14 14:17:41 +01:00
parent 0bc1dbef56
commit 070558e18d

View File

@@ -9,7 +9,7 @@ import (
)
func newTaskConfig(variant string, command []string) TaskConfig {
// busyboxImageID is an id of an image containting nanoserver windows and
// busyboxImageID is an id of an image containing nanoserver windows and
// a busybox exe.
// See https://github.com/dantoml/windows/blob/81cff1ed77729d1fa36721abd6cb6efebff2f8ef/docker/busybox/Dockerfile
busyboxImageID := "dantoml/busybox-windows:08012019"