We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9564a8 + b4a89a4 commit ee65eb7Copy full SHA for ee65eb7
1 file changed
addons/Spock/Git.php
@@ -36,7 +36,7 @@ public function commands()
36
$commands[] = "git add {$path}";
37
}
38
39
- $commands[] = vsprintf("git commit -m '%s%s'", [
+ $commands[] = vsprintf('git commit -m "%s%s"', [
40
$this->label(),
41
$this->user ? ' by ' . $this->user->username() : ''
42
]);
0 commit comments