Skip to content

Commit aec0044

Browse files
authored
Merge pull request #269 from charliechiou/fix-change-id
Fix missing Change-Id
2 parents e83f2fb + 2bae253 commit aec0044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/commit-msg.hook

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ build_commit_trailer_regex() {
186186
done < <(git config --get-regexp 'trailer.*.key')
187187

188188
if [[ ${#trailers_by[@]} -eq 0 ]]; then
189-
trailers_by=("${DEFAULT_TRAILERS_BY[@]}")
189+
trailers_by=("${KNOWN_TRAILERS_BY[@]}")
190190
fi
191191

192192
# Possible trailers :

0 commit comments

Comments
 (0)