mirror of
https://github.com/pivpn/pivpn.git
synced 2025-01-18 18:44:29 +00:00
Merge pull request #1250 from DundarGoc/test
Fixed wrong path to script in the travis file.
This commit is contained in:
commit
58af83b882
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
name: "Shellcheck lint"
|
||||
dist: linux
|
||||
script:
|
||||
- shellcheck autoinstall/install.sh
|
||||
- shellcheck auto_install/install.sh
|
||||
- find scripts/ -type f -exec shellcheck {} \;
|
||||
|
||||
- stage: test
|
||||
|
|
Loading…
Reference in a new issue