maintainers/scripts/haskell/hydra-report.hs: Fix typo

Co-authored-by: Dennis Gosnell <cdep.illabout@gmail.com>
This commit is contained in:
maralorn 2021-05-09 03:55:09 +02:00 committed by Malte Brandy
parent 10d2ea64cd
commit 086180140d
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
1 changed files with 1 additions and 1 deletions

View File

@ -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"