Minor update of code digest logic

This commit is contained in:
Miroslav Stampar
2024-03-01 15:07:04 +01:00
parent 33babc024b
commit 5845cf526b
4 changed files with 7 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ chmod +x .git/hooks/pre-commit
PROJECT="../../"
SETTINGS="../../lib/core/settings.py"
DIGEST="../../sha256sums.txt"
DIGEST="../../data/txt/sha256sums.txt"
declare -x SCRIPTPATH="${0}"