update docs

This commit is contained in:
mingsheng.su 2019-07-26 17:27:58 +08:00
parent 59c8911cd5
commit 66f142adf1
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ func (s *stepCopyUCloudImage) Run(ctx context.Context, state multistep.StateBag)
srcImageId := state.Get("image_id").(string)
artifactImages := state.Get("ucloud_images").(*imageInfoSet)
expectedImages := newImageInfoSet(nil)
ui.Say(fmt.Sprintf("Copying images form %q...", srcImageId))
ui.Say(fmt.Sprintf("Copying images from %q...", srcImageId))
for _, v := range s.ImageDestinations {
if v.ProjectId == s.ProjectId && v.Region == s.RegionId {
continue

View File

@ -148,7 +148,6 @@ Here is a example for build UCloud Ubuntu image:
}
```
-> **Note:** Packer can also read the public key and private key from
environmental variables. See the configuration reference in the section above
for more information on what environmental variables Packer will look for.