From 1aecf166f746cef5236241db30368bcd9f43c370 Mon Sep 17 00:00:00 2001 From: Turing Eret Date: Fri, 16 Feb 2024 09:55:05 -0700 Subject: [PATCH] Quiet the output from auto_alt --- yadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yadm b/yadm index 1c63fb5..f84d232 100755 --- a/yadm +++ b/yadm @@ -2051,7 +2051,7 @@ function auto_alt() { if [ "$CHANGES_POSSIBLE" = "1" ] ; then auto_alt=$(config --bool yadm.auto-alt) if [ "$auto_alt" != "false" ] ; then - [ -d "$YADM_REPO" ] && alt + [ -d "$YADM_REPO" ] && QUIET="YES" alt fi fi