diff options
author | Mark Allen <[email protected]> | 2016-11-20 15:21:39 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2016-11-20 15:21:39 -0600 |
commit | aa237c72060e64a98b0e8a3b3be475387c73f53e (patch) | |
tree | 5a78d29eb902f6ae5f0a3af2421c2c22684c3ccf | |
parent | 714b5687b6c20bc086bc5bc14c4ccad88355218f (diff) | |
download | kerl-aa237c72060e64a98b0e8a3b3be475387c73f53e.tar.gz kerl-aa237c72060e64a98b0e8a3b3be475387c73f53e.tar.bz2 kerl-aa237c72060e64a98b0e8a3b3be475387c73f53e.zip |
Remove extraneous 's'
Close #167
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; *) |