mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Fix shellcheck error
This commit is contained in:
parent
899b23e560
commit
f0e9c6c863
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue