Skip to content

Commit 4593ac9

Browse files
Update Update_Database.py
Fixed faulty spelling
1 parent 460c03d commit 4593ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/Update_Database.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
category = r"- \[x\] (.+)"
88
name = r"Title: (.+)"
99
path = r"Folder: (.+)"
10-
requirments_path = r"Requirments: (.+)"
10+
requirments_path = r"Requirements: (.+)"
1111
entry = r"Script: (.+)"
1212
arguments = r"Arguments: (.+)"
1313
contributor = r"Contributor: (.+)"
@@ -116,4 +116,4 @@ def extract_from_pr_body(pr_body, pa_token):
116116
if __name__ == "__main__":
117117
# Get PR body and pass pa_token
118118
data = sys.argv[1]
119-
extract_from_pr_body(data, sys.argv[2])
119+
extract_from_pr_body(data, sys.argv[2])

0 commit comments

Comments
 (0)