Skip to content

Commit

Permalink
configurable account path
Browse files Browse the repository at this point in the history
  • Loading branch information
punytan committed May 5, 2012
1 parent db3ab47 commit 9cafb46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/autoreblog.pl
Expand Up @@ -5,6 +5,8 @@
use App::AutoReblog;
use Config::PP;

$Config::PP::DIR = $ARGV[0] || "$ENV{HOME}/.ppconfig";

my $google = config_get "google.com";
my $tumblr = config_get "tumblr.com";

Expand Down

0 comments on commit 9cafb46

Please sign in to comment.