Skip to content

Commit

Permalink
Merge #305
Browse files Browse the repository at this point in the history
305: [bork/api.py] Fix indentation r=duckinator a=duckinator



Co-authored-by: Ellen Marie Dash <me@duckie.co>
  • Loading branch information
bors[bot] and duckinator authored Apr 9, 2023
2 parents 353f9df + 6d4a8b3 commit 6cdca49
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 6cdca49

Please sign in to comment.