Skip to content

Commit bca3362

Browse files
authored
Fix typo in hash key 'Jailbreak' to 'jailbreak' in scripts/erb.rb (#33)
Co-authored-by: hahwul <13212227+hahwul@users.noreply.github.com>
1 parent 31d89e2 commit bca3362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/erb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def generate_tags array
125125
"nfc" => [],
126126
"target" => [],
127127
"bluetooth" => [],
128-
"Jailbreak" => [],
128+
"jailbreak" => [],
129129
"inject" => [],
130130
"unpinning" => [],
131131
"etc" => []

0 commit comments

Comments
 (0)