Skip to content

Commit 680c76b

Browse files
committed
fix name
1 parent a3970fd commit 680c76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymetrics/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def _get_parser():
258258
help='Max days of data to pull. Default to last 90 days.',
259259
)
260260

261-
# collect Anaconda
261+
# collect GitHub downloads
262262
collect_github = action.add_parser(
263263
'collect-github', help='Collect download data from GitHub.', parents=[logging_args]
264264
)

0 commit comments

Comments
 (0)