aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar hansstimer <hans.stimer@gmail.com>2013-04-14 08:38:39 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-14 16:13:50 -0700
commit299d803396c42c0c4773a735e606ceb5316d9128 (patch)
tree48edd26161e7adb0495ea806e447897479e4e747 /share
parentd513ace39daee692617b73f9bbc4aad9fc85d2f3 (diff)
Update go.fish
Fix typo for vet subcommand
Diffstat (limited to 'share')
-rw-r--r--share/completions/go.fish3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/completions/go.fish b/share/completions/go.fish
index d793efa8..130c0555 100644
--- a/share/completions/go.fish
+++ b/share/completions/go.fish
@@ -94,6 +94,7 @@ complete -c go -f -n '__fish_use_subcommand' -a version -d 'print Go version'
complete -c go -f -n '__fish_seen_subcommand_from version'
# vet
-complete -c vet -n '__fish_use_subcommand' -a vet -d 'vet packages'
+complete -c go -n '__fish_use_subcommand' -a vet -d 'vet packages'
complete -c go -n '__fish_seen_subcommand_from vet' -s n -d "print the command that would be executed"
complete -c go -n '__fish_seen_subcommand_from vet' -s x -d "prints commands as they are executed"
+