summaryrefslogtreecommitdiff
path: root/bin/git-push-all
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-27 11:59:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-27 11:59:01 -0700
commit6ae1bee45f6f893a8c5fdb196ab1a45f31751496 (patch)
treede9016677d2c14e0b8d9edc3f5b594565f66291a /bin/git-push-all
parent9a5c0b3322139a3ef36f6065c4a4ab037c246dc6 (diff)
downloaddotfiles-6ae1bee45f6f893a8c5fdb196ab1a45f31751496.tar.gz
stop stowing Local:: perl5 libs into HOME
AFAICT pointless complexity.
Diffstat (limited to 'bin/git-push-all')
-rwxr-xr-xbin/git-push-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-push-all b/bin/git-push-all
index a737d1f5..f309524d 100755
--- a/bin/git-push-all
+++ b/bin/git-push-all
@@ -44,7 +44,7 @@
use strict;
use warnings;
-use lib "$ENV{HOME}/lib/perl5";
+use lib "$ENV{HOME}/src/dotfiles/perl5";
no warnings "experimental::smartmatch";
use Array::Utils qw{ array_minus };