summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-18 09:12:27 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-18 09:12:27 +0100
commitb4f1804e48148176ca7ad20bd2d39b86b7538844 (patch)
tree86842d904bcd74e0c8d9717e4303d55555191837
parent62c88dfb6e41a51330c294e6a5da4d39ebb5a885 (diff)
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>
-rwxr-xr-xdownload2
1 files changed, 0 insertions, 2 deletions
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
}