fix: add _

This commit is contained in:
Slug-Boi
2025-05-30 09:46:46 +02:00
committed by Theis
parent 69c31ef03a
commit 5207f17284
+1 -1
View File
@@ -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)