git: ce355aab4602 - main - Tools/scripts: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 01:38:36 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce355aab46021078c9763553d06102fea2155f5b commit ce355aab46021078c9763553d06102fea2155f5b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-09-27 19:37:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-09-28 01:38:25 +0000 Tools/scripts: Fix typo --- Tools/scripts/hackage-get-latest-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/hackage-get-latest-version.sh b/Tools/scripts/hackage-get-latest-version.sh index d3a9c5fe55a3..3b46a809d986 100755 --- a/Tools/scripts/hackage-get-latest-version.sh +++ b/Tools/scripts/hackage-get-latest-version.sh @@ -44,4 +44,4 @@ curl -H "Accept: application/json" https://hackage.haskell.org/package/$PACKAGE_ jq -r 'keys[]' | version_sort | tail -1 || - ! echo "failed to find the Python package '$PACKAGE_NAME'" + ! echo "failed to find the Haskell package '$PACKAGE_NAME'"