From 34d1b6a9554ffc1e457225633c459693473a765e Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 3 Oct 2013 10:25:42 +0000 Subject: [PATCH] Fix an overlooked modification --- jhalfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhalfs b/jhalfs index 4dd9827..0e16f0b 100755 --- a/jhalfs +++ b/jhalfs @@ -179,7 +179,7 @@ case $BRANCH_ID in ;; clfs* ) LFSVRS=${BRANCH_ID} - TREE=tags/clfs-${BRANCH_ID} + TREE=clfs-${BRANCH_ID} ;; * ) esac