PLACEHOLDERS_CACHE: removing cache file upon "no"

This commit is contained in:
XargonWan 2025-01-09 09:49:47 +09:00
parent d61c798b60
commit b05d7cdf2b

View file

@ -16,6 +16,7 @@ if [[ "$use_cache_input" =~ ^[Yy]$ ]]; then
export use_cache="true"
else
export use_cache="false"
rm -f "placeholders.cache"
fi
git submodule update --init --recursive