From b4998ffe48eb58fc2ffe03823861edfc2677c49f Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 24 May 2023 12:10:11 +0200 Subject: [PATCH] Fixed typo --- .githooks/post-merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-merge b/.githooks/post-merge index 39f36e6..30f5120 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -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