fix: SC1091 in apm completions
parent
2ef5d483e3
commit
b7c9185023
|
|
@ -1,4 +1,4 @@
|
|||
# shellcheck shell=bash
|
||||
about-completion "apm completion"
|
||||
# shellcheck disable=SC1090
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
source "${BASH_IT}"/vendor/github.com/vigo/apm-bash-completion/apm
|
||||
|
|
|
|||
Loading…
Reference in New Issue