mirror of
https://github.com/containers/skopeo.git
synced 2025-07-31 22:45:20 +00:00
bash completion: disable shellcheck SC2207
Disabling SC2207 to continue setting COMPREPLY. https://github.com/koalaman/shellcheck/wiki/SC2207 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
86e3564356
commit
a000c1943d
@ -1,4 +1,5 @@
|
||||
#! /bin/bash
|
||||
# shellcheck shell=bash disable=SC2207
|
||||
|
||||
PROG="skopeo"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user