From b4f1804e48148176ca7ad20bd2d39b86b7538844 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 18 May 2023 09:12:27 +0100 Subject: 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 --- download | 2 -- 1 file changed, 2 deletions(-) (limited to 'download') diff --git a/download b/download index b166b6e1..9ff3a5d5 100755 --- a/download +++ b/download @@ -60,8 +60,6 @@ main() "${download}/${program}" $@ fi - exit 0 - ./.gitcheck clean } -- cgit v1.2.1