From: Rob H. <for...@us...> - 2001-12-04 01:31:18
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv9821/bin Modified Files: sandweb.cgi Log Message: typo Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.84 retrieving revision 1.85 diff -U2 -r1.84 -r1.85 --- sandweb.cgi 2001/12/04 01:15:35 1.84 +++ sandweb.cgi 2001/12/04 01:31:16 1.85 @@ -350,5 +350,5 @@ my $repository = SandWeb::Repository->new( - root => $root, + root => $vcsroot, repo_type => $repo_type, sandbox => "$users_dir/$username", @@ -767,5 +767,5 @@ 'server', 'username', - 'vcs_type', + 'repo_type', 'connection', 'root', |