Fixed typo

This commit is contained in:
Gerhard Hoffmann 2023-05-24 12:10:11 +02:00
parent c94b276be0
commit b4998ffe48

View File

@ -28,7 +28,7 @@ get_commit_for_blob () {
}
write_log_file () {
local __date = $(date +"%Y-%m-%dT%T")
local __date=$(date +"%Y-%m-%dT%T")
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
if grep -E -q "(DC.*json|dc.*hex|dc.*bin|tariff.*json)" <<< $fn; then
# called in repository: $fn is e.g. etc/psa_tariff/tariff01.json