Skip to content

Commit 724b4eb

Browse files
authored
chore: fix commit message for updating example deps (ipfs#3699)
Removes extraneous quotation marks as they are not needed.
1 parent 51b9105 commit 724b4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-example-deps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async function main () {
8888
}
8989

9090
console.info('Pushing updated dependencies')
91-
await execa('git', ['commit', '-m', '"chore: updated example dependencies"'])
91+
await execa('git', ['commit', '-m', 'chore: updated example dependencies'])
9292
await execa('git', ['push'])
9393
}
9494

0 commit comments

Comments
 (0)