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>
This commit is contained in:
Leah Rowe
2023-05-18 09:12:27 +01:00
parent 62c88dfb6e
commit b4f1804e48
-2
View File
@@ -60,8 +60,6 @@ main()
"${download}/${program}" $@
fi
exit 0
./.gitcheck clean
}