diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-02 14:28:27 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-02 14:28:27 +0200 |
commit | a283fc878cfd35c1d757fc0d7b437cb01835e91d (patch) | |
tree | d1a4cca6d6ba62823bfc57b559eccd5f01bd93d1 /update | |
parent | 748c5b496ae470464994b69344b80ddb57d31c7f (diff) |
Diffstat (limited to 'update')
-rw-r--r-- | update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |