Update builder/ucloud/uhost/step_check_source_image.go

Co-Authored-By: Megan Marsh <megan@hashicorp.com>
pull/7775/head
mingsheng.su 7 years ago committed by GitHub
parent fdb1caf309
commit e9e5493fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save