Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
improve wording if Crossref check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
yongrenjie committed May 8, 2021
1 parent 00080be commit 00fdf0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ main = do
forM_ eitherWorks $ \case
Left exc -> do
displayError
( "failed to get Crossref metadata for DOI '"
( "could not find metadata for DOI '"
<> getDoiFromException exc
<> "'"
<> "' on Crossref"
)
Right work -> do
TIO.putStrLn $ cite style' format' work
Expand Down

0 comments on commit 00fdf0e

Please sign in to comment.