Commit b4a89a4
authored
Use quotes for commit message, not apostrophes
Using apostrophes instead of quotes in some environment seems to cause git to attempt to evaluate the commit message and throw the following errors:
```
[2018-08-02 17:05:04] staging.ERROR: Spock command exited unsuccessfully:
Command: git commit -m 'Page saved by user'
Output: No output
Error:
error: pathspec 'saved' did not match any file(s) known to git.
error: pathspec 'by' did not match any file(s) known to git.
error: pathspec 'user'' did not match any file(s) known to git.
```
The change in this commit should resolve the issue.1 parent d9564a8 commit b4a89a4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments