d3cb36d296
Resolves: #2104945 Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
27 lines
741 B
Diff
27 lines
741 B
Diff
From 4284d4cc299e8604f898856bdd38fc4979e56586 Mon Sep 17 00:00:00 2001
|
|
From: Evgeny Grin <k2k@narod.ru>
|
|
Date: Fri, 17 Jun 2022 15:08:02 +0300
|
|
Subject: [PATCH] bash-nvme-completion.sh: fixed typo with seagate plugin
|
|
|
|
Obvious typo resulted in broken completion for seagete plugin
|
|
---
|
|
completions/bash-nvme-completion.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/completions/bash-nvme-completion.sh b/completions/bash-nvme-completion.sh
|
|
index 7b8a2121..00593b96 100644
|
|
--- a/completions/bash-nvme-completion.sh
|
|
+++ b/completions/bash-nvme-completion.sh
|
|
@@ -940,7 +940,7 @@ plugin_micron_opts () {
|
|
return 0
|
|
}
|
|
|
|
-lugin_seagate_opts () {
|
|
+plugin_seagate_opts () {
|
|
local opts=""
|
|
local compargs=""
|
|
|
|
--
|
|
2.31.1
|
|
|