Skip to content

Commit ee65eb7

Browse files
authored
Merge pull request #18 from alwaysblank/patch-1
Use quotes for commit message, not apostrophes
2 parents d9564a8 + b4a89a4 commit ee65eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/Spock/Git.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function commands()
3636
$commands[] = "git add {$path}";
3737
}
3838

39-
$commands[] = vsprintf("git commit -m '%s%s'", [
39+
$commands[] = vsprintf('git commit -m "%s%s"', [
4040
$this->label(),
4141
$this->user ? ' by ' . $this->user->username() : ''
4242
]);

0 commit comments

Comments
 (0)