Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Apr 29, 2024
1 parent bcad5a3 commit bec05c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ ghcup_install() {
PATH=$GHCUP_BIN:$PATH
echo "Added $GHCUP_BIN to PATH [$PATH]"

$PACKCHECK_EXE ghcup \
run_verbose_errexit $PACKCHECK_EXE ghcup \
--url-prefix="$GHCUP_URL_PREFIX" \
--ghcup-version="$GHCUP_VERSION" \
--install-path="$GHCUP_PATH" \
Expand Down Expand Up @@ -1652,7 +1652,7 @@ run_hlint() {

packcheck_sanity_check

$PACKCHECK_EXE hlint \
run_verbose_errexit $PACKCHECK_EXE hlint \
--url-prefix="$HLINT_URL_PREFIX" \
--hlint_version="$HLINT_VERSION" \
--install-path="$HLINT_PATH" \
Expand Down

0 comments on commit bec05c9

Please sign in to comment.