Skip to content

Commit 3d53306

Browse files
committed
Tweak API usage statistics summary message
1 parent 36010b4 commit 3d53306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/api_stats.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace :api_stats do
22
desc "Display top user agents and IPs for the past 3 and 30 days"
33
task summary: :environment do
44
puts "\n" + "="*80
5-
puts "API Usage Statistics Summary"
5+
puts "Packages API Usage Statistics Summary"
66
puts "="*80
77

88
# Past 3 days

0 commit comments

Comments
 (0)