Quiet the output from auto_alt

This commit is contained in:
Turing Eret 2024-02-16 09:55:05 -07:00
parent fccbd9348e
commit 1aecf166f7
No known key found for this signature in database
GPG Key ID: 5A0B3BAE7CFCCFAB
1 changed files with 1 additions and 1 deletions

2
yadm
View File

@ -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