Skip to content

Commit

Permalink
fix(cz-git): fix footerPrefix custom
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Feb 28, 2022
1 parent 8dd602c commit fc8dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const generateQuestions = (options: CommitizenGitOptions, cz: any) => {
},
{
type: "input",
name: "footerPrefixs",
name: "footerPrefix",
message: options.messages?.customFooterPrefixs,
default: options.defaultIssues || undefined,
when(answers: Answers) {
Expand Down

0 comments on commit fc8dc78

Please # to comment.