From 24d3bd1c7ccba0997b12424b44fa9cbdc0b4cd23 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Wed, 20 Jul 2016 17:58:50 +0900 Subject: [PATCH] Remove trailing spaces --- src/_fab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_fab b/src/_fab index 1906264..21b3a28 100644 --- a/src/_fab +++ b/src/_fab @@ -82,7 +82,7 @@ _arguments -w -S -C \ "(-f+ --fabfile=)"{-f+,--fabfile=}"[Python module file to import]: :_files -g *.py" \ '(-c+ --config=-)'{-c+,--config=-}'[specify location of config file to use]: :_files' \ '(-s+ --shell=-)'{-s+,--shell=-}'[specify a new shell, defaults to ''/bin/bash -l -c'']: :' \ - '(--ssh-config-path=)--ssh-config-path=[ssh config path]: :_files' \ + '(--ssh-config-path=)--ssh-config-path=[ssh config path]: :_files' \ '(--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels' \ '(--show=-)--show=-[comma-separated list of output levels to show]: :->levels' \ '*::: :->subcmds' && return 0