From 21f859f498671f938bd0a69bd63bd80545ace436 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Sun, 6 Nov 2022 14:26:15 -0700 Subject: [PATCH] zsh: move SPDX identifier The zsh completion system requires compdef to be set in the first line of the completion definition. The SPDX identifier introduced breaks this requirement, so let's just move it a line down. --- completions/_nvme | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/completions/_nvme b/completions/_nvme index 16c9b7cb..59108986 100644 --- a/completions/_nvme +++ b/completions/_nvme @@ -1,6 +1,5 @@ -# SPDX-License-Identifier: GPL-2.0-or-later - #compdef _nvme nvme +# SPDX-License-Identifier: GPL-2.0-or-later # zsh completions for the nvme command-line interface, # very loosely based on git and adb command completion -- 2.50.1