summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/am b/src/bin/am
index 91ad8dd26..1a590c653 100755
--- a/src/bin/am
+++ b/src/bin/am
@@ -23,10 +23,10 @@ my $fhint="version.log";
# Default values, change or use environment variables instead.
my $copy="anope";
-my $svnuser="";
+my $svnuser="geniusdex";
my $svnpath="/usr/bin";
my $svnroot="svn://zero.org/repos/$copy";
-my $editor="/usr/bin/vi";
+my $editor="/usr/bin/mcedit";
# Environment variables SVNBINDIR and SVNROOT override the above
# hardcoded values.