Skip to content

Commit e5fa697

Browse files
committed
update comment
1 parent 65534ef commit e5fa697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/convert/adv2v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func AdvancedClusterToV2(config []byte) ([]byte, error) {
2222
if err != nil {
2323
return nil, err
2424
}
25-
if updated {
25+
if updated { // If the resource was converted, add a comment at then end so user knows the resource was updated
2626
blockb := block.Body()
2727
blockb.AppendNewline()
2828
hcl.AppendComment(blockb, commentUpdatedBy)

0 commit comments

Comments
 (0)