Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xsrc/valgrind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/valgrind.sh b/src/valgrind.sh
index 088c393..6ba7088 100755
--- a/src/valgrind.sh
+++ b/src/valgrind.sh
@@ -8,7 +8,7 @@ if ! command -v valgrind &> /dev/null; then
exit 1
fi
-exec valgrind \
+exec valgrind -q \
--leak-check=full \
--show-leak-kinds=all \
--track-origins=yes \