use stamp.go for timestamp in filename

master
gutmet 2020-10-21 19:16:50 +02:00
parent f96d33cf0d
commit 0291eb2e1d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [ "$leave" = true ]; then
exit 1
fi
timestamp=`date -u +"%Y%m%d-%H%M"`
timestamp=`stamp --utc --filename`
currentBranch=`git rev-parse --abbrev-ref HEAD`
if [ "$currentBranch" = "master" ]; then