Skip to content

Commit fbdbd2f

Browse files
committed
move Artifact and artifact mock to the sdk
1 parent 7e8d480 commit fbdbd2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/tencentcloud/cvm/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, []string, error) {
6565
return nil, nil, nil
6666
}
6767

68-
func (b *Builder) Run(ctx context.Context, ui packersdk.Ui, hook packer.Hook) (packer.Artifact, error) {
68+
func (b *Builder) Run(ctx context.Context, ui packersdk.Ui, hook packer.Hook) (packersdk.Artifact, error) {
6969
cvmClient, vpcClient, err := b.config.Client()
7070
if err != nil {
7171
return nil, err

0 commit comments

Comments
 (0)