aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-21 09:58:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-21 09:58:50 +1200
commit16f81a60f9b83555d3bf9db7dfac56e0fdcde766 (patch)
treeafd8c22ad4da8ba02cf7197c71aa67d606339af6 /bin
parentCorrect typo comment (diff)
downloaddotfiles-16f81a60f9b83555d3bf9db7dfac56e0fdcde766.tar.gz
dotfiles-16f81a60f9b83555d3bf9db7dfac56e0fdcde766.zip
Add missing slash to comment
Diffstat (limited to 'bin')
-rw-r--r--bin/plmu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/plmu.sh b/bin/plmu.sh
index b6a500ac..78778920 100644
--- a/bin/plmu.sh
+++ b/bin/plmu.sh
@@ -14,7 +14,7 @@ fi
# the existing sorting
plenv list-modules | sort |
-# Exclude any modules in ~.plenv/non-cpanm-modules if it exists
+# Exclude any modules in ~/.plenv/non-cpanm-modules if it exists
comm -23 -- - "$ef" |
# Read that list of modules to upgrade and upgrade them one by one