Skip to content

Commit

Permalink
Corrected WHO-report for ATC-codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jan 28, 2015
1 parent d7ef19a commit 9b5a01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/who.rb
Expand Up @@ -164,7 +164,7 @@ def import_guidelines(atc, link)
def report
[
sprintf("Imported %3i ATC-Codes", @count),
sprintf("Updated %3i English descriptions", @created),
sprintf("Created %3i English descriptions", @created),
sprintf("Updated %3i Guidelines", @guidelines),
sprintf("Updated %3i DDD-Guidelines", @ddd_guidelines),
].join("\n")
Expand Down

0 comments on commit 9b5a01f

Please sign in to comment.