Skip to content

Commit

Permalink
Fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Nov 16, 2021
1 parent 373fe29 commit 70e0cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nf_core/lint/files_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def files_exist(self):
os.path.join("bin", "markdown_to_html.r"),
os.path.join("conf", "aws.config"),
os.path.join(".github", "workflows", "push_dockerhub.yml"),
[os.path.join(".github", "ISSUE_TEMPLATE", "bug_report.md")],
[os.path.join(".github", "ISSUE_TEMPLATE", "feature_request.md")],
os.path.join(".github", "ISSUE_TEMPLATE", "bug_report.md"),
os.path.join(".github", "ISSUE_TEMPLATE", "feature_request.md"),
]
files_warn_ifexists = [".travis.yml"]

Expand Down

0 comments on commit 70e0cc7

Please sign in to comment.