Skip to content

Commit

Permalink
Merge pull request #116 from sommersoft/fix_hacktober
Browse files Browse the repository at this point in the history
Fix Typo In Hacktoberfest Label Handler
  • Loading branch information
ladyada authored Nov 2, 2019
2 parents 56ccf2c + a08751b commit f7bbfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adabot/lib/assign_hacktober_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def assign_hacktoberfest(repo, issues=None, remove_labels=False):
if remove_labels:
if has_hacktober:
label_names = [
label for label in lable_names
label for label in label_names
if label not in has_hacktober
]
update_issue = True
Expand Down

0 comments on commit f7bbfc2

Please sign in to comment.