]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
zsh: move SPDX identifier
authorRonan Pigott <ronan@rjp.ie>
Sun, 6 Nov 2022 21:26:15 +0000 (14:26 -0700)
committerRonan Pigott <ronan@rjp.ie>
Sun, 6 Nov 2022 21:26:15 +0000 (14:26 -0700)
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

index 16c9b7cb92f9a0e8b7779c78f8675002f8dc9fba..591089863e0e8eb181345f04b468b55acef972ad 100644 (file)
@@ -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