summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.pl b/index.pl
index 1846180..830db7c 100755
--- a/index.pl
+++ b/index.pl
@@ -10,8 +10,8 @@ use Sys::Hostname;
my $host = hostname();
my $config =
- -e "xerldev-$host.conf"
- ? "xerldev-$host.conf"
+ -e "xerldev.conf"
+ ? "xerldev.conf"
: ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' );
my Xerl $xerl = Xerl->new( config => $config );