Skip to content

Commit 6489222

Browse files
committed
capi/aws: fix c&p error message when creating CAPA tags
1 parent a21569c commit 6489222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/machines/aws/awsmachines.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func GenerateMachines(clusterID string, in *MachineInput) ([]*asset.RuntimeFile,
3939

4040
tags, err := CapaTagsFromUserTags(clusterID, in.Tags)
4141
if err != nil {
42-
return nil, fmt.Errorf("failed to create machineapi.TagSpecifications from UserTags: %w", err)
42+
return nil, fmt.Errorf("failed to create CAPA tags from UserTags: %w", err)
4343
}
4444

4545
var result []*asset.RuntimeFile

0 commit comments

Comments
 (0)