summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-02 14:28:27 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-02 14:28:27 +0200
commita283fc878cfd35c1d757fc0d7b437cb01835e91d (patch)
treed1a4cca6d6ba62823bfc57b559eccd5f01bd93d1 /update
parent748c5b496ae470464994b69344b80ddb57d31c7f (diff)
Diffstat (limited to 'update')
-rw-r--r--update2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index fe24e3d..4a8fc73 100644
--- a/update
+++ b/update
@@ -3,7 +3,7 @@
refname="$1"
sha_old="$2"
sha_new="$3"
-base_refname=printf "${refname}" | base64
+base_refname=$(printf "${refname}" | base64)
target_file="/tmp/git_update_${base_refname}_test"
date > "${target_file}"