Skip to content

Commit

Permalink
chore: add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Aug 15, 2024
1 parent bc22fff commit 829e61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otterdog/operations/review_app_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ async def execute(self, org_config: OrganizationConfig) -> int:
continue

await provider.web_client.approve_requested_permission_updates(github_id, installation_id)
self.printer.println()
self.printer.println("requested permissions approved.")

return 0
Expand Down

0 comments on commit 829e61e

Please sign in to comment.