From bcad5a3a9a11872f3b1bd1fff0286e200546e793 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 29 Apr 2024 12:56:42 +0530 Subject: [PATCH] Fix --- packcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packcheck.sh b/packcheck.sh index 4b04ec9..c239e27 100755 --- a/packcheck.sh +++ b/packcheck.sh @@ -1652,7 +1652,7 @@ run_hlint() { packcheck_sanity_check - $PACKCHECK_EXE \ + $PACKCHECK_EXE hlint \ --url-prefix="$HLINT_URL_PREFIX" \ --hlint_version="$HLINT_VERSION" \ --install-path="$HLINT_PATH" \