diff options
Diffstat (limited to 'src/_cf')
| -rw-r--r-- | src/_cf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -77,7 +77,7 @@ __cf_marketplace_services() { declare -a cont_cmd cont_cmd=($(CF_COLOR=false CF_TRACE=false cf marketplace | awk 'NR>4{print $1}')) if [[ "X$cont_cmd" != 'X' ]]; then - _describe 'SERVICE' cont_cmd + _describe 'SERVICE' cont_cmd fi } @@ -86,7 +86,7 @@ __cf_services() { declare -a cont_cmd cont_cmd=($(CF_COLOR=false CF_TRACE=false cf services | awk 'NR>4{print $1}')) if [[ "X$cont_cmd" != 'X' ]]; then - _describe 'SERVICE' cont_cmd + _describe 'SERVICE' cont_cmd fi } @@ -95,7 +95,7 @@ __cf_domains() { declare -a cont_cmd cont_cmd=($(CF_COLOR=false CF_TRACE=false cf domains | grep -v shared | awk 'NR>2{print $1}')) |
