diff --git a/src/cmd/cz.go b/src/cmd/cz.go index 00e8edc..7c33774 100644 --- a/src/cmd/cz.go +++ b/src/cmd/cz.go @@ -55,6 +55,10 @@ This will require the user to have commitizen installed on their system.`, } utils.GitWrapper(message, git_flags) + if update { + update_msg() + } + if pflag { fmt.Println(message) }