fix (completions): add source to actual vendor file and disable SC1090 in yarn completions

pull/2190/head
Gurkirat Singh 2023-02-22 19:16:56 +05:30
parent ba3018e8bb
commit 6de552cec8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# shellcheck shell=bash # shellcheck shell=bash
about-completion "yarn cli completions" about-completion "yarn cli completions"
# shellcheck disable=SC1090 source=../../vendor/github.com/dsifford/yarn-completion/yarn
source "${BASH_IT}/vendor/github.com/dsifford/yarn-completion/yarn" source "${BASH_IT}/vendor/github.com/dsifford/yarn-completion/yarn"