src/refresh-auth
changeset 217 32b431977bf9
parent 211 0cd59649772c
child 242 03d8f07230b3
--- a/src/refresh-auth	Fri Nov 13 14:58:55 2009 +0000
+++ b/src/refresh-auth	Fri Nov 13 16:39:34 2009 +0000
@@ -14,11 +14,12 @@
     sys.stderr.write("refresh-auth: must be called with no arguments (%s)\n" % sys.argv)
     sys.exit(-1)
 
+config.initExe()
+
 # To protect the authorized_keys file for innocent users, you have to have
 # a ~/.mercurial-server file to run this.
 if not config.configExists():
     print >>sys.stderr, "Must be run as the 'hg' user"
     sys.exit(-1)
 
-config.setExePath()
 refreshauth.refreshAuth()