Skip to content

Commit 643459d

Browse files
authored
Update parseExploitRequirements.src
1 parent 223818b commit 643459d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/parseExploitRequirements.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parseExploitRequirements = function(exploits)
2626
end function
2727

2828
ExploitNames = getExploitNames(exploits)
29-
ExploitRequirements = exploits.split("Unsafe check: ")[1:]
29+
ExploitRequirements = exploits.split("Unsafe check: ")[1:]
3030
ExploitRequirements.applyFunction(@getCurrentRequirements)
3131

3232
Exploits = {}

0 commit comments

Comments
 (0)