Skip to content

Commit 9679cd3

Browse files
committed
Tweak error message
1 parent c5e274e commit 9679cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def verify_auth(username, repo_cfg, state, auth, realtime, my_username):
371371
else:
372372
reply += 'Not in reviewers'
373373
elif auth == AuthState.TRY:
374-
reply += 'and not in try users'
374+
reply += 'not in try users'
375375
state.add_comment(reply)
376376
return False
377377

0 commit comments

Comments
 (0)