From 57e446b0c62523629151d9f1f0713974353fb8c4 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Thu, 14 May 2026 02:49:44 +1000 Subject: [PATCH] punkcheck validation bug fix --- src/bootsupport/modules/punkcheck-0.1.0.tm | 2 +- src/modules/punkcheck-0.1.0.tm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bootsupport/modules/punkcheck-0.1.0.tm b/src/bootsupport/modules/punkcheck-0.1.0.tm index 59fd14c7..33eaff21 100644 --- a/src/bootsupport/modules/punkcheck-0.1.0.tm +++ b/src/bootsupport/modules/punkcheck-0.1.0.tm @@ -560,7 +560,7 @@ namespace eval punkcheck { set name [dict get $rec -name] if {[dict exists $sanity_dict $name]} { #todo - warn - duplicate record for same targetlist - shouldn't happen as we should be using get_file_record to find existing records - puts stderr "\x1b\[31mpunkcheck::recordlist::records_as_target_dict - multiple records with same targetlist '$tgtlist'\x1b\[m" + puts stderr "\x1b\[31mpunkcheck installtrack - multiple INSTALLER records with same name '$name'\x1b\[m" set insane "$name" break } diff --git a/src/modules/punkcheck-0.1.0.tm b/src/modules/punkcheck-0.1.0.tm index 59fd14c7..33eaff21 100644 --- a/src/modules/punkcheck-0.1.0.tm +++ b/src/modules/punkcheck-0.1.0.tm @@ -560,7 +560,7 @@ namespace eval punkcheck { set name [dict get $rec -name] if {[dict exists $sanity_dict $name]} { #todo - warn - duplicate record for same targetlist - shouldn't happen as we should be using get_file_record to find existing records - puts stderr "\x1b\[31mpunkcheck::recordlist::records_as_target_dict - multiple records with same targetlist '$tgtlist'\x1b\[m" + puts stderr "\x1b\[31mpunkcheck installtrack - multiple INSTALLER records with same name '$name'\x1b\[m" set insane "$name" break }