aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 4fc05f5..b335d3f 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" "$escaped"
+ list_remove "$2"s "$escaped"
echo "The installation in $3 has been deleted"
;;
*)