Fix shellcheck error

This commit is contained in:
davidhcefx 2023-04-13 20:45:43 +08:00
parent 899b23e560
commit f0e9c6c863

View File

@ -45,7 +45,7 @@ case "$1" in
esac esac
_fetch_sources; _fetch_sources;
if [ $UPDATE_LITE ]; if [ "$UPDATE_LITE" ];
then then
_update_nanorc_lite _update_nanorc_lite
else else