fix bin path
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-27 22:09:33 +01:00
parent 264012ad66
commit 72321c5627
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
set -eo pipefail
exec /usr/local/bin/markdownlint-cli "$@"
exec /usr/local/bin/markdownlint "$@"