Index: tools/svn-hook/genesis-check.sh
===================================================================
--- tools/svn-hook/genesis-check.sh	(revision 7300)
+++ tools/svn-hook/genesis-check.sh	(revision 7301)
@@ -10,5 +10,5 @@
 # External definition used for debugging
 SVNLOOK="${SVNLOOK:-/usr/local/bin/svnlook --transaction $TXN}"
-GENESISDIR='node-config/genesis'
+GENESISDIR='node-config/genesis/nodes'
 
 # Check whether we need to check something first
@@ -29,5 +29,5 @@
 
 # Do actual checking
-sh $TMPDIR/$GENESISDIR/nodes/before-commit.sh 2>> $TMPDIR/log.txt 1>>$TMPDIR/log.txt
+sh $TMPDIR/$GENESISDIR/before-commit.sh 2>> $TMPDIR/log.txt 1>>$TMPDIR/log.txt
 RETVAL=$?
 
