From 8a6fc502129db79de6f205423d589e3be3fa8996 Mon Sep 17 00:00:00 2001 From: Lazarus Lazaridis Date: Mon, 5 Mar 2018 22:14:16 +0200 Subject: [PATCH] [MINOR] Remove redundant space. --- goto.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goto.bash b/goto.bash index cc0d51d..f2be673 100644 --- a/goto.bash +++ b/goto.bash @@ -203,7 +203,7 @@ function _complete_goto_aliases() { local IFS=$'\n' expr - local matches=($(sed -n "/^$1/p" ~/.goto 2>/dev/null)) + local matches=($(sed -n "/^$1/p" ~/.goto 2>/dev/null)) if [ "${#matches[@]}" -eq "1" ]; then # remove the filenames attribute from the completion method