mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Use double quote for test commit messages
This commit is contained in:
parent
bcb0692ebb
commit
0383dec643
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const createTestRepo = (inputs) => {
|
|||
makeCommit: (msg, path) => {
|
||||
run(`touch ${path !== undefined ? path.trim('/') + '/' : ''}test${i++}`);
|
||||
run(`git add --all`);
|
||||
run(`git commit -m '${msg}'`);
|
||||
run(`git commit -m "${msg}"`);
|
||||
},
|
||||
runAction: (inputs) => run(`node ${path.join(__dirname, 'index.js')}`, inputs),
|
||||
exec: run
|
||||
|
|
|
|||
Loading…
Reference in a new issue