Skip to content

Commit ae9cf64

Browse files
authored
Fix typo in requirements and add comment (#4)
1 parent 8a49045 commit ae9cf64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.borg.template.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ files = [
1616
[generate.gitattributes]
1717
files = [
1818
# All machine generated files
19-
".gitattributes",
20-
"requiements*.txt",
19+
".gitattributes", # Generated by borg
20+
"requirements*.txt", # Generated by Makefile
2121
]
2222
# Include all template files above
2323
include_template_files = true

0 commit comments

Comments
 (0)