fix typo serprog -> vserprog

Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
btrfsvols
Riku Viitanen 2023-09-11 14:42:43 +03:00
parent ccb36aa652
commit 24185bca42
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ purge_files()
./handle make file -c "${p}" || \
err "purge_files: !./handle make file -c ${p}"
done
for p in "stm32-serprog" "stm32-serprog/libopencm3"; do
for p in "stm32-vserprog" "stm32-vserprog/libopencm3"; do
./handle make file -c "util-fw/${p}" || \
err "purge_files !./handle make file util-fw/${p}"
done