Skip to content

Commit 4eb71c4

Browse files
author
Matt Bernier
authored
I missed files in the issue, fixed that here
1 parent 94a39fa commit 4eb71c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_repofiles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class RepoFiles(unittest.TestCase):
99
FILES = [
10-
['./Docker', './docker/Docker'],
10+
['./Dockerfile', './docker/Dockerfile'],
1111
['./docker-compose.yml', './docker/docker-compose.yml'],
1212
['./.env_sample'],
1313
['./.gitignore'],
@@ -17,7 +17,7 @@ class RepoFiles(unittest.TestCase):
1717
['./CODE_OF_CONDUCT.md'],
1818
['./CONTRIBUTING.md'],
1919
['./.github/ISSUE_TEMPLATE'],
20-
['./LICENSE.md'],
20+
['./LICENSE.md', './LICENSE.txt'],
2121
['./.github/PULL_REQUEST_TEMPLATE'],
2222
['./README.md'],
2323
['./TROUBLESHOOTING.md'],

0 commit comments

Comments
 (0)