checksum : fix typo.

This commit is contained in:
Dmitry Voronin 2023-11-23 22:52:41 +03:00
parent ef572b52ea
commit a3d12ece74

View file

@ -36,7 +36,7 @@ checksum_update()
local file=".checksum" local file=".checksum"
if [[ ! -f "${file}" ]]; then if [[ ! -f "${file}" ]]; then
echo -e "${color_bred}Checksum doesn't exists.${color_default}" echo -e "${color_bred}Checksum doesn't exist.${color_default}"
return 1 return 1
fi fi