bugfix
This commit is contained in:
parent
6030fd4d3d
commit
46cbc5392b
2
gitdist
2
gitdist
|
@ -25,7 +25,7 @@ if [ "$leave" = true ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
timestamp=`date -u +"%F-%T"`
|
timestamp=`date -u +"%Y%m%d-%H%M"`
|
||||||
currentBranch=`git rev-parse --abbrev-ref HEAD`
|
currentBranch=`git rev-parse --abbrev-ref HEAD`
|
||||||
|
|
||||||
if [ "$currentBranch" = "master" ]; then
|
if [ "$currentBranch" = "master" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user