summaryrefslogtreecommitdiffstats
path: root/commands/genautocomplete.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/genautocomplete.go')
-rw-r--r--commands/genautocomplete.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/genautocomplete.go b/commands/genautocomplete.go
index b0b98abb4..e8d9890cf 100644
--- a/commands/genautocomplete.go
+++ b/commands/genautocomplete.go
@@ -59,7 +59,6 @@ or just source them in directly:
}
err := cmd.Root().GenBashCompletionFile(cc.autocompleteTarget)
-
if err != nil {
return err
}