Skip to content

Commit

Permalink
Update conda_auth/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bianca Henderson <[email protected]>
  • Loading branch information
travishathaway and beeankha authored Oct 20, 2023
1 parent edee5a2 commit 44a3aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_auth/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def login(extra_context: ExtraContext, channel: Channel, **kwargs):
@click.pass_obj
def logout(extra_context: ExtraContext, channel: Channel):
"""
Log out of a by removing any credentials or tokens associated with it.
Log out of a channel by removing any credentials or tokens associated with it.
"""
settings = get_channel_settings(channel.canonical_name)

Expand Down

0 comments on commit 44a3aef

Please sign in to comment.