download script: bugfix: gitcheck clean didn't run

the "placeholder" git credentials were not being
wiped, which sometimes overwrites the user's git
credentials permanently, when working on lbmk

(permanently, until manually reset by the user)

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-05-18 09:12:27 +01:00
parent 62c88dfb6e
commit b4f1804e48
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ main()
"${download}/${program}" $@
fi
exit 0
./.gitcheck clean
}