From aa2c069067f0b1b4f2cf01a0338e72651dff1a9b Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 13 May 2020 10:19:55 -0400 Subject: [PATCH] Update post-processor/alicloud-import/post-processor.go --- post-processor/alicloud-import/post-processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-processor/alicloud-import/post-processor.go b/post-processor/alicloud-import/post-processor.go index 2b2eed42d..e99069175 100644 --- a/post-processor/alicloud-import/post-processor.go +++ b/post-processor/alicloud-import/post-processor.go @@ -59,7 +59,7 @@ type Config struct { packerecs.Config `mapstructure:",squash"` // The name of the OSS bucket where the RAW or VHD file will be copied to - // for import. If the Bucket isn't exist, post-process will create it for + // for import. If the Bucket doesn't exist, the post-process will create it for // you. OSSBucket string `mapstructure:"oss_bucket_name" required:"true"` // The name of the object key in `oss_bucket_name` where the RAW or VHD