diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/bin/am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/am b/src/bin/am index 3ee455c29..c8d14be78 100755 --- a/src/bin/am +++ b/src/bin/am @@ -23,9 +23,9 @@ my $fhint="version.log"; # Default values, change or use environment variables instead. my $copy="anope"; -my $svnuser="rob"; +my $svnuser="evil_closet_monkey"; my $svnpath="/usr/bin"; -my $svnroot="svn://zero.org/repos/$copy"; +my $svnroot="svn://svn.anope.org/$copy"; my $editor="/usr/bin/mcedit"; # Environment variables SVNBINDIR and SVNROOT override the above |