Skip to content

Commit

Permalink
Merge pull request #17 from bronsen/patch-1
Browse files Browse the repository at this point in the history
`rm` the unicode data file, not its parent directory
  • Loading branch information
igalic authored Sep 30, 2021
2 parents 5172db3 + 0ee30af commit 982709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/anicode.fish
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function __anicode_install
if not curl --create-dirs -sSfo $ANICODE_FILE \
https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
printf "An error occured, unicode data could not be downloaded."
rm $ANICODE_CACHE
rm $ANICODE_FILE
return 1
end
return
Expand Down

0 comments on commit 982709b

Please sign in to comment.