summaryrefslogtreecommitdiff
path: root/plugins/fabric/_fab
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fabric/_fab')
-rw-r--r--plugins/fabric/_fab2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fabric/_fab b/plugins/fabric/_fab
index 89e73e58b..9102dadef 100644
--- a/plugins/fabric/_fab
+++ b/plugins/fabric/_fab
@@ -6,7 +6,7 @@ declare -A opt_args
declare -a target_list
target_list=("${(@f)$(fab -l 2>/dev/null | awk '{
- if (NF == 0 || NR == 1) return
+ if (NF == 0 || NR == 1) next
if (NF < 2) print $1
else {
docstring=substr($0, index($0,$2))