Fixed wrong path to script in the travis file.

This commit is contained in:
Dundar Göc 2021-02-13 23:52:27 +01:00
parent f559bfcb9f
commit aab8bc2563

View file

@ -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