From 72777a2725d28845792e23374010f84ddf6240d2 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Thu, 14 Nov 2019 22:42:27 -0700 Subject: [PATCH] fix little documentation error --- README.md | 2 +- bin/git-codeowners | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14fa64f..888f12a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Alias: `-f` ## --shell-completion - eval "$(lintany --shell-completion)" + eval "$(git-codeowners --shell-completion)" Print shell code to enable completion to `STDOUT`, and exit. diff --git a/bin/git-codeowners b/bin/git-codeowners index be0025b..d9b5bc8 100755 --- a/bin/git-codeowners +++ b/bin/git-codeowners @@ -86,7 +86,7 @@ Alias: C<-f> =head2 --shell-completion - eval "$(lintany --shell-completion)" + eval "$(git-codeowners --shell-completion)" Print shell code to enable completion to C, and exit. -- 2.43.0