summaryrefslogtreecommitdiff
path: root/verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'verify.sh')
-rwxr-xr-xverify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/verify.sh b/verify.sh
index c1abd0a8..c5c28966 100755
--- a/verify.sh
+++ b/verify.sh
@@ -47,7 +47,7 @@ fi
if [ "$USING_GIT" = "true" ]; then
git clone -l $LEDGER_GIT local_git || exit 1
else
- svn checkout $LEDGER_SVN local_svn
+ svn checkout $LEDGER_SVN/trunk local_svn
fi
function dup_working_tree() {