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

Commit

Permalink
Update etelemetry reference for lincbrain
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Aug 6, 2024
1 parent bf5e8ca commit e668a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lincbrain/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def check_dandi_version() -> None:

try:
etelemetry.check_available_version(
"linc/linc-cli", __version__, lgr=lgr, raise_exception=True
"lincbrain/linc-cli", __version__, lgr=lgr, raise_exception=True
)
except etelemetry.client.BadVersionError:
# note: SystemExit is based of BaseException, so is not Exception
Expand Down

0 comments on commit e668a53

Please sign in to comment.