mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
fix: add _
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ var amendCmd = &cobra.Command{
|
||||
git_flags_split = strings.Split(git_flags, " ")
|
||||
}
|
||||
|
||||
err := utils.GitCommitAppender(authors, hash, git_flags_split, tflag, pflag)
|
||||
err, _ := utils.GitCommitAppender(authors, hash, git_flags_split, tflag, pflag)
|
||||
if err != nil {
|
||||
println("Error amending commit:", err.Error())
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user