forked from toolshed/abra
Fix typo
This commit is contained in:
2
makefile
2
makefile
@ -22,7 +22,7 @@ shellcheck:
|
|||||||
-v $$(pwd):/workdir \
|
-v $$(pwd):/workdir \
|
||||||
koalaman/shellcheck-alpine \
|
koalaman/shellcheck-alpine \
|
||||||
shellcheck /workdir/abra && \
|
shellcheck /workdir/abra && \
|
||||||
shellsheck /workdir/bin/*.sh
|
shellcheck /workdir/bin/*.sh
|
||||||
|
|
||||||
docopt:
|
docopt:
|
||||||
@if [ ! -d ".venv" ]; then \
|
@if [ ! -d ".venv" ]; then \
|
||||||
|
Reference in New Issue
Block a user