Skip to content

Commit

Permalink
Fix another minor spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed May 5, 2023
1 parent 317a29d commit 1462e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robocop_ng/helpers/disabled_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_disabled_ids(bot) -> dict[str, dict[str, Union[str, dict[str, str]]]]:
if "app_id" in disabled_ids.keys():
old_disabled_ids = disabled_ids.copy()
disabled_ids = {}
for key in disabled_ids["app_id"].values():
for key in old_disabled_ids["app_id"].values():
disabled_ids[key.lower()] = {
"app_id": "",
"build_id": "",
Expand Down

0 comments on commit 1462e0a

Please sign in to comment.