Skip to content

Commit

Permalink
green Belt
Browse files Browse the repository at this point in the history
  • Loading branch information
robwaz committed Jan 8, 2024
1 parent 4abbc6c commit 6a6bd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_plugin/utils/dojo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def get_user_belts(user):
belts = {
"Orange Belt": ["intro-to-cybersecurity"],
"Yellow Belt": ["intro-to-cybersecurity", "program-security"],
"Green belt": ["intro-to-cybersecurity", "program-security", "system-security"],
"Green Belt": ["intro-to-cybersecurity", "program-security", "system-security"],
"Blue Belt": ["intro-to-cybersecurity", "program-security", "system-security", "software-exploitation"],
}
result = []
Expand Down

0 comments on commit 6a6bd57

Please sign in to comment.