diff -r 241475f6440c -r b6b8a5daf0f4 src/hg-ssh --- a/src/hg-ssh Tue Oct 13 13:15:34 2009 +0100 +++ b/src/hg-ssh Tue Oct 13 18:26:47 2009 +0100 @@ -64,7 +64,7 @@ fail("path to repository seems to be empty") if repo.startswith("/"): fail("absolute paths are not supported") - checkDots(path) + checkDots(repo) ruleset.rules.set(repo=repo) if not ruleset.rules.allow(op, branch=None, file=None): fail("access denied")