Quiet the output from auto_alt
This commit is contained in:
parent
fccbd9348e
commit
1aecf166f7
1 changed files with 1 additions and 1 deletions
2
yadm
2
yadm
|
@ -2051,7 +2051,7 @@ function auto_alt() {
|
||||||
if [ "$CHANGES_POSSIBLE" = "1" ] ; then
|
if [ "$CHANGES_POSSIBLE" = "1" ] ; then
|
||||||
auto_alt=$(config --bool yadm.auto-alt)
|
auto_alt=$(config --bool yadm.auto-alt)
|
||||||
if [ "$auto_alt" != "false" ] ; then
|
if [ "$auto_alt" != "false" ] ; then
|
||||||
[ -d "$YADM_REPO" ] && alt
|
[ -d "$YADM_REPO" ] && QUIET="YES" alt
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue