From e9e5493fd152cfd890d13938ee77012d7a88a48b Mon Sep 17 00:00:00 2001 From: "mingsheng.su" Date: Fri, 28 Jun 2019 12:01:26 +0800 Subject: [PATCH] Update builder/ucloud/uhost/step_check_source_image.go Co-Authored-By: Megan Marsh --- builder/ucloud/uhost/step_check_source_image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/ucloud/uhost/step_check_source_image.go b/builder/ucloud/uhost/step_check_source_image.go index 316a1f795..b8a570610 100644 --- a/builder/ucloud/uhost/step_check_source_image.go +++ b/builder/ucloud/uhost/step_check_source_image.go @@ -26,7 +26,7 @@ func (s *stepCheckSourceImageId) Run(ctx context.Context, state multistep.StateB } if imageSet.OsType == osTypeWindows { - return halt(state, err, "The builder of ucloud-uhost not support build Windows image yet") + return halt(state, err, "The ucloud-uhost builder does not support Windows images yet") } state.Put("source_image", imageSet)