Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Oct 30, 2024
1 parent 1265242 commit b74b980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def pr_ecs(pr_diff):
updated_software = False
comment = ''
for new_file in new_ecs:
neighbours = similar_easyconfigs(gitrepo, new_file, new_ecs)
neighbours = similar_easyconfigs(gitrepo, new_file)
print(f"Found {len(neighbours)} neighbours for {new_file}")
if neighbours:
updated_software = True
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- run: |
# Make sure the script is unmodified
echo "01ddabda0825925dea0f8aa9b84b58b3d2973bb4837651d0ecf0ebe62904f67b .github/workflows/tagbot.py"|sha256sum --check --status
echo "9763efd8ceb7b8fb85573e8180e8b0dcac1a4d53d5b7a69fbbf0ac8d4584ccd9 .github/workflows/tagbot.py"|sha256sum --check --status
- name: set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit b74b980

Please sign in to comment.