From a283fc878cfd35c1d757fc0d7b437cb01835e91d Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 2 Aug 2024 14:28:27 +0200 Subject: wip --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update') 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}" -- cgit v1.2.3