From 3d85bd17738fe9dd571d953e83490088472984a6 Mon Sep 17 00:00:00 2001 From: Joeri de Ruiter Date: Fri, 11 Mar 2022 11:29:20 +0100 Subject: [PATCH] fix: make header color configurable --- todofi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todofi.sh b/todofi.sh index 0521a26..ed6b6df 100755 --- a/todofi.sh +++ b/todofi.sh @@ -286,8 +286,6 @@ linescount() { fi } -TODOFISH_HEADER="Todofi.sh" - config() { HELP="${TODOFISH_HEADER} - Configuration files" @@ -486,6 +484,8 @@ while getopts "h?af:F:c:d:" opt; do esac done +TODOFISH_HEADER="Todofi.sh" + if [[ $ADD_MODE ]]; then add else