Fix path of checked script in shellcheck CI job
This commit is contained in:
parent
782923c83c
commit
cc20663628
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ shellcheck:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y shellcheck
|
- apt-get install -y shellcheck
|
||||||
script:
|
script:
|
||||||
- shellcheck uncloud-init
|
- shellcheck bin/uncloud-init
|
||||||
|
|
Loading…
Reference in a new issue