From 1a2958d42bed2ad32b0e8df7c32a526498f09f92 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Sat, 19 Apr 2025 00:59:30 -0400 Subject: [PATCH] No need to reset ID The values are only echoed if ID matches, so it will always be correct. --- share/completions/tmutil.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/completions/tmutil.fish b/share/completions/tmutil.fish index 92622d50e..5d45a3777 100644 --- a/share/completions/tmutil.fish +++ b/share/completions/tmutil.fish @@ -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