aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rekor/fix-completions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rekor/fix-completions.patch')
-rw-r--r--testing/rekor/fix-completions.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/rekor/fix-completions.patch b/testing/rekor/fix-completions.patch
deleted file mode 100644
index dbba9c416ee..00000000000
--- a/testing/rekor/fix-completions.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From ada00fe2ec5b387ef4b679743b68f7d70a49d007 Mon Sep 17 00:00:00 2001
-From: kpcyrd <git@rxv.cc>
-Date: Thu, 19 Aug 2021 15:21:30 +0000
-Subject: [PATCH] Update usage of ./cmd/rekor-cli/ from `rekor` to `rekor-cli`
- (#417)
-
-Signed-off-by: kpcyrd <git@rxv.cc>
----
- cmd/rekor-cli/app/root.go | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmd/rekor-cli/app/root.go b/cmd/rekor-cli/app/root.go
-index 8be7944f..3968cb69 100644
---- a/cmd/rekor-cli/app/root.go
-+++ b/cmd/rekor-cli/app/root.go
-@@ -39,7 +39,7 @@ import (
- )
-
- var rootCmd = &cobra.Command{
-- Use: "rekor",
-+ Use: "rekor-cli",
- Short: "Rekor CLI",
- Long: `Rekor command line interface tool`,
- PersistentPreRunE: func(cmd *cobra.Command, args []string) error {