Index: /branches/locker-dev/locker/deploy/bin/onserver.pm
===================================================================
--- /branches/locker-dev/locker/deploy/bin/onserver.pm	(revision 1228)
+++ /branches/locker-dev/locker/deploy/bin/onserver.pm	(revision 1229)
@@ -125,5 +125,5 @@
 
   # This code was originally in onathena
-  my $repo = "/mit/scripts/wizard$scriptsdev/srv/$deploy.git";
+  my $repo = "/mit/scripts/git/autoinstalls$scriptsdev/$deploy.git";
   if(-e $repo) {
     # Much of this can be replaced with
@@ -178,5 +178,5 @@
   }
   
-  if(-e "/mit/scripts/wizard$scriptsdev/srv/$deploy.git") {
+  if(-e $repo) {
     # fake an empty commit to get version info
     my $pid = open2(\*GIT_OUT, \*GIT_IN, "git commit-tree HEAD: -p HEAD") or die "Can't execute git process";
