From 46cbc5392b64b5102c9ab299a336f96821878175 Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 21 Oct 2020 15:12:17 +0200 Subject: [PATCH] bugfix --- gitdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitdist b/gitdist index d7a7170..9b525f3 100755 --- a/gitdist +++ b/gitdist @@ -25,7 +25,7 @@ if [ "$leave" = true ]; then exit 1 fi -timestamp=`date -u +"%F-%T"` +timestamp=`date -u +"%Y%m%d-%H%M"` currentBranch=`git rev-parse --abbrev-ref HEAD` if [ "$currentBranch" = "master" ]; then