From aab8bc2563f845c60fdfceaf5dfbe5d651921587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Sat, 13 Feb 2021 23:52:27 +0100 Subject: [PATCH] Fixed wrong path to script in the travis file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 429f10f..16da8a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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