summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-18 10:24:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-18 10:24:52 -0700
commit9155fd24d9741ef012c3e6a3818ada0050c8bd76 (patch)
treed900084d9288f579435b807d5a9cb2c7b0a3a168 /lib
parent389d6fad6deee18b6631df26b008ac8e6ea123c7 (diff)
downloaddotfiles-9155fd24d9741ef012c3e6a3818ada0050c8bd76.tar.gz
fix another inc path
Diffstat (limited to 'lib')
-rwxr-xr-xlib/bins/stow/stow2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bins/stow/stow b/lib/bins/stow/stow
index 050624bd..243e9e54 100755
--- a/lib/bins/stow/stow
+++ b/lib/bins/stow/stow
@@ -414,7 +414,7 @@ require 5.006_001;
use POSIX qw(getcwd);
use Getopt::Long;
-use lib "$ENV{HOME}/src/dotfiles/lib/perl5";
+use lib "$ENV{HOME}/src/dotfiles/perl5";
use Stow;
use Stow::Util qw(parent error);