about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-05 07:47:10 +0000
committerEric Wong <e@80x24.org>2016-04-05 18:58:27 +0000
commit541b8a4e14c471d4746bfda597691155dae0f960 (patch)
tree971da07fbd49d1e104be8ef399a28719e4830bbf /lib
parent5940f0cab7017aeefeb5df272b0a73897ce175c2 (diff)
downloadpublic-inbox-541b8a4e14c471d4746bfda597691155dae0f960.tar.gz
...From PI_REPOBROWSE_CONFIG.  The "PI_" prefix is
a bit too long and "repobrowse" is nearly an independent
project at this point from a user-perspective.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/RepobrowseConfig.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepobrowseConfig.pm b/lib/PublicInbox/RepobrowseConfig.pm
index 5752beed..703212d9 100644
--- a/lib/PublicInbox/RepobrowseConfig.pm
+++ b/lib/PublicInbox/RepobrowseConfig.pm
@@ -17,7 +17,7 @@ sub new {
 }
 
 sub default_file {
-        my $f = $ENV{PI_REPOBROWSE_CONFIG};
+        my $f = $ENV{REPOBROWSE_CONFIG};
         return $f if defined $f;
         PublicInbox::Config::config_dir() . '/repobrowse_config';
 }