chore: Fix linting and formatting

This commit is contained in:
Lev 2021-11-09 02:15:36 +03:00
parent c6abe03628
commit ed9032c8c8

View file

@ -162,7 +162,7 @@ doctor)
WITH_FILES=--with-files
fi
for site in ${$SITES//:/ }; do
for site in ${SITES//:/ }; do
bench --site $site backup $WITH_FILES
done
;;