Update builder/ucloud/uhost/step_check_source_image.go

Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
mingsheng.su 2019-06-28 12:01:26 +08:00 committed by GitHub
parent fdb1caf309
commit e9e5493fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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