Skip to content

Commit

Permalink
simplify output for repository report. #676
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Nov 26, 2020
1 parent c510871 commit 5a768b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def self.export_doi_counts(query: nil)

logger.warn "Found #{csv.size} repositories with missing DOIs."

csv.join("\n")
csv.join("")
end

protected
Expand Down

0 comments on commit 5a768b5

Please sign in to comment.