Fix an overlooked modification
This commit is contained in:
parent
ce262a78a8
commit
34d1b6a955
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -179,7 +179,7 @@ case $BRANCH_ID in
|
|||
;;
|
||||
clfs* )
|
||||
LFSVRS=${BRANCH_ID}
|
||||
TREE=tags/clfs-${BRANCH_ID}
|
||||
TREE=clfs-${BRANCH_ID}
|
||||
;;
|
||||
* )
|
||||
esac
|
||||
|
|
Reference in a new issue