Skip to content

Commit

Permalink
Update cmd/generate-raid.go
Browse files Browse the repository at this point in the history
  • Loading branch information
eddie-knight authored Sep 25, 2024
1 parent 0fda6a2 commit 087dfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/generate-raid.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type ReleaseDetails struct {
ThreatModelURL string `yaml:"threat_model_url"`
ThreatModelAuthor string `yaml:"threat_model_author"`
RedTeam string `yaml:"red_team"`
RedTeamExercizeURL string `yaml:"red_team_exercize_url"`
RedTeamExerciseURL string `yaml:"red_team_exercise_url"`
ReleaseManager ReleaseManager `yaml:"release_manager"`
ChangeLog []string `yaml:"change_log"`
}
Expand Down

0 comments on commit 087dfe8

Please sign in to comment.