When forming a commit message you are adding an additional set of double quotes. This causes the double quotes to be a part of the commit message. /com/nowsprinting/intellij_mob/git/Commit.kt ``` val options = listOf("--message", ""$message"", "--no-verify") ```