Skip to content

Commit

Permalink
Update src/globus_cli/commands/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kurt McKee <[email protected]>
  • Loading branch information
sirosen and kurtmckee authored Dec 11, 2023
1 parent a38d059 commit cedc1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/globus_cli/commands/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def service_command(
return t.cast(click.Command, service_command)


for service_name in CLI_SCOPE_REQUIREMENTS:
api_command.add_command(build_command(service_name))
for service_name_ in CLI_SCOPE_REQUIREMENTS:
api_command.add_command(build_command(service_name_))

api_command.add_command(build_command("gcs"))

0 comments on commit cedc1f8

Please sign in to comment.