fix: not specifying a nerd-font makes the module fail. (#63)
This commit is contained in:
parent
dbb67ea43d
commit
835222f1db
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ mkdir -p "$DEST"
|
|||
DOWNLOAD=$(ls "$DEST" | wc -l)
|
||||
FILE="$NAME.$FORMAT"
|
||||
|
||||
if [[ $DOWNLOAD -eq 0 ]]; then
|
||||
if [[ $DOWNLOAD -eq 0 ]] && [[ -n $NAME ]]; then
|
||||
|
||||
echo "Downloading $FILE"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue