update/project/trees: remove one more rm line

the one at the end of main is unnecessary, because
it's handled inside the for loop.

this file isn't used anywhere else, so it's OK.

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-02 04:41:48 +01:00
parent 91c0f942f3
commit 0a63dce35e
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ main()
x_ rm -f "${cfgsdir}/"*/seen
x_ download_for_target "${x}"
done
x_ rm -f "${cfgsdir}"/*/seen
}
download_for_target()