Skip to content

Commit

Permalink
fix: remove extra quotes surrounding commitMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstartMPotnick committed Mar 19, 2024
1 parent f124234 commit eeb577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/npm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ export default class NPMPlugin implements IPlugin {
"--yes",
"--no-push",
"-m",
`'"${commitMessage}"'`,
`"${commitMessage}"`,
this.exact && "--exact",
...verboseArgs,
]);
Expand Down

0 comments on commit eeb577a

Please sign in to comment.