Skip to content

Commit

Permalink
Merge pull request #18 from alwaysblank/patch-1
Browse files Browse the repository at this point in the history
Use quotes for commit message, not apostrophes
  • Loading branch information
jackmcdade authored Aug 2, 2018
2 parents d9564a8 + b4a89a4 commit ee65eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/Spock/Git.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function commands()
$commands[] = "git add {$path}";
}

$commands[] = vsprintf("git commit -m '%s%s'", [
$commands[] = vsprintf('git commit -m "%s%s"', [
$this->label(),
$this->user ? ' by ' . $this->user->username() : ''
]);
Expand Down

0 comments on commit ee65eb7

Please # to comment.