mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 11:20:15 +00:00
Fixed wrong path to script in the travis file.
This commit is contained in:
parent
f559bfcb9f
commit
aab8bc2563
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
name: "Shellcheck lint"
|
name: "Shellcheck lint"
|
||||||
dist: linux
|
dist: linux
|
||||||
script:
|
script:
|
||||||
- shellcheck autoinstall/install.sh
|
- shellcheck auto_install/install.sh
|
||||||
- find scripts/ -type f -exec shellcheck {} \;
|
- find scripts/ -type f -exec shellcheck {} \;
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
|
|
Loading…
Reference in a new issue