Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update scripts/release/generate_release_notes.sh
Co-authored-by: Dean Sheather <dean@deansheather.com>
  • Loading branch information
mafredri and deansheather authored Jan 9, 2023
commit aab55c21c93dfb960f40d9f53db48c4568310725
2 changes: 1 addition & 1 deletion scripts/release/generate_release_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ declare -A section_titles=(
# vice-versa.
for cat in "${section_order[@]}"; do
if [[ " ${!section_titles[*]} " != *" $cat "* ]]; then
error "BUG: ategory $cat does not exist in section_titles"
error "BUG: category $cat does not exist in section_titles"
fi
done
for cat in "${!section_titles[@]}"; do
Expand Down