Skip to content

Commit

Permalink
[bork/api.py] Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Apr 9, 2023
1 parent 9a692ee commit 6d4a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bork/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def release(repository_name, dry_run):

if github_token is None:
logger().error('No GitHub token specified. Use the BORK_GITHUB_TOKEN '
'environment variable to set it.')
'environment variable to set it.')

if dry_run:
logger().error('When not using --dry-run, this error is fatal.')
Expand Down

0 comments on commit 6d4a8b3

Please sign in to comment.