config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 648a035123503a77bfc9399fa29ff5cbe8ac26e3
parent edef21e4ff65af6cbc83be8e755374f276fe41cd
Author: dwrz <dwrz@dwrz.net>
Date:   Thu, 16 Nov 2023 17:26:50 +0000

Update uncommitted log

Diffstat:
Mscripts/uncommitted | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/uncommitted b/scripts/uncommitted @@ -8,7 +8,7 @@ readonly repos="$()" check_repo() { local d="$1" - echo "Checking ${d}." + >&2 echo "Checking ${d}" # Change into the directory. cd "${d}" || exit 1