Skip to content

Commit 667c25b

Browse files
committed
refactor: add update check to cz command
1 parent 106957c commit 667c25b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cmd/cz.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ This will require the user to have commitizen installed on their system.`,
5555
}
5656
utils.GitWrapper(message, git_flags)
5757

58+
if update {
59+
update_msg()
60+
}
61+
5862
if pflag {
5963
fmt.Println(message)
6064
}

0 commit comments

Comments
 (0)