No need to reset ID

The values are only echoed if ID matches, so it will always be correct.
This commit is contained in:
Sam Doran
2025-04-19 00:59:30 -04:00
parent 3e8308f6eb
commit 1a2958d42b

View File

@@ -5,7 +5,6 @@ function __destination_ids
if string match -q '*===*' -- $line
# New section so clear out variables
set -f name ''
set -f ID ''
set -f kind ''
continue
end