aboutsummaryrefslogtreecommitdiffstats
path: root/travis/check-sami-parse-errors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/check-sami-parse-errors.sh')
-rwxr-xr-xtravis/check-sami-parse-errors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/check-sami-parse-errors.sh b/travis/check-sami-parse-errors.sh
index 847c54a61a..c3338e34db 100755
--- a/travis/check-sami-parse-errors.sh
+++ b/travis/check-sami-parse-errors.sh
@@ -20,7 +20,7 @@ then
# and
# https://github.com/fabpot/Sami/issues/117
errors=$(
- unbuffer phpBB/vendor/bin/sami.php parse travis/sami.conf.php -v | \
+ unbuffer phpBB/vendor/bin/sami.php parse build/sami-checkout.conf.php -v | \
sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | \
grep "ERROR: " | \
tee /dev/tty | \