aboutsummaryrefslogtreecommitdiff
path: root/bin/plmu
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 09:14:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 09:14:47 +1200
commit4519a1922fb6482920b7f995f4dde90d5e71f49e (patch)
tree47a82cf0c6753307fed02cfe4dd277a667a94aa5 /bin/plmu
parentAdd missing mkmv(1) manual (diff)
downloaddotfiles-4519a1922fb6482920b7f995f4dde90d5e71f49e.tar.gz
dotfiles-4519a1922fb6482920b7f995f4dde90d5e71f49e.zip
Trim some trailing whitespace
Diffstat (limited to 'bin/plmu')
-rwxr-xr-xbin/plmu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/plmu b/bin/plmu
index 106c58b4..7927ef92 100755
--- a/bin/plmu
+++ b/bin/plmu
@@ -17,6 +17,6 @@ plenv list-modules |
comm -23 -- - "$ef" |
# Read that list of modules to upgrade and upgrade them one by one
-while read -r module ; do
+while read -r module ; do
cpanm --notest --quiet -- "$module"
done