Fix typo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-04-04 21:11:25 +02:00
parent f1bdbf21c2
commit fb338b414b
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ shellcheck:
-v $$(pwd):/workdir \
koalaman/shellcheck-alpine \
shellcheck /workdir/abra && \
shellsheck /workdir/bin/*.sh
shellcheck /workdir/bin/*.sh
docopt:
@if [ ! -d ".venv" ]; then \