aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-11-20 15:21:39 -0600
committerGitHub <[email protected]>2016-11-20 15:21:39 -0600
commitaa237c72060e64a98b0e8a3b3be475387c73f53e (patch)
tree5a78d29eb902f6ae5f0a3af2421c2c22684c3ccf
parent714b5687b6c20bc086bc5bc14c4ccad88355218f (diff)
downloadkerl-aa237c72060e64a98b0e8a3b3be475387c73f53e.tar.gz
kerl-aa237c72060e64a98b0e8a3b3be475387c73f53e.tar.bz2
kerl-aa237c72060e64a98b0e8a3b3be475387c73f53e.zip
Remove extraneous 's'
Close #167
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index b335d3f..4fc05f5 100755
--- a/kerl
+++ b/kerl
@@ -1497,7 +1497,7 @@ case "$1" in
assert_valid_installation "$3"
maybe_remove "$3"
escaped="$(echo "$3" | sed $SED_OPT -e 's#/$##' -e 's#\/#\\\/#g')"
- list_remove "$2"s "$escaped"
+ list_remove "$2" "$escaped"
echo "The installation in $3 has been deleted"
;;
*)