diff options
author | Christian Segundo | 2022-04-09 22:02:11 +0200 |
---|---|---|
committer | GitHub | 2022-04-09 22:02:11 +0200 |
commit | 65830344282f1820472ca72204151fab686fbfe1 (patch) | |
tree | e82fdf1ae4448166c738a82950f596eaab1ebc5d | |
parent | f2159c09d0fb00844e1a87580b256a2de1d1254a (diff) | |
download | languagetool-65830344282f1820472ca72204151fab686fbfe1.tar.gz |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ trivy: --exit-code 1 \ $(IMAGENAME):latest -test: build trivy test-int +test: build test-int test-int-start: docker kill languagetool || true |