From ae05a078469df159257645279a02d987d4c72799 Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 13 May 2020 15:40:33 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- per-host/mari-wovn/.bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/per-host/mari-wovn/.bash_aliases b/per-host/mari-wovn/.bash_aliases index 1648afa..5537aee 100644 --- a/per-host/mari-wovn/.bash_aliases +++ b/per-host/mari-wovn/.bash_aliases @@ -116,7 +116,7 @@ function _branch_completions() { if [[ $COMP_CWORD -ne 1 ]]; then return fi - COMPREPLY+=($(compgen -W $(_list_feature_branches) "${COMP_WORDS[1]}")) + COMPREPLY+=($(compgen -W "$(_list_feature_branches)" "${COMP_WORDS[1]}")) } complete -F _branch_completions start_branch