From 086180140d8b67114a8698a3a361608c0e61fede Mon Sep 17 00:00:00 2001 From: maralorn Date: Sun, 9 May 2021 03:55:09 +0200 Subject: [PATCH] maintainers/scripts/haskell/hydra-report.hs: Fix typo Co-authored-by: Dennis Gosnell --- maintainers/scripts/haskell/hydra-report.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/scripts/haskell/hydra-report.hs b/maintainers/scripts/haskell/hydra-report.hs index 7e90bbc5588..ae14ae35335 100755 --- a/maintainers/scripts/haskell/hydra-report.hs +++ b/maintainers/scripts/haskell/hydra-report.hs @@ -128,7 +128,7 @@ getBuildReports = runReq defaultHttpConfig do now <- getCurrentTime encodeFile fileName (eval, now, buildReports) where - myReq query option = responseBody <$> req GET query NoReqBody jsonResponse (header "User-Agent" "hydra-report.hs/v1 (nixkpgs;maintainers/scripts/haskell)" <> option) + myReq query option = responseBody <$> req GET query NoReqBody jsonResponse (header "User-Agent" "hydra-report.hs/v1 (nixpkgs;maintainers/scripts/haskell)" <> option) hydraEvalCommand :: FilePath hydraEvalCommand = "hydra-eval-jobs"