mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 02:05:31 +02:00
🐛 Fix git commit command
This commit is contained in:
parent
7e88462309
commit
7fc99509c0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export const init = async (
|
||||||
await dispatch('git', ['add', '-f', '.'], dir as string, false, logInfo)
|
await dispatch('git', ['add', '-f', '.'], dir as string, false, logInfo)
|
||||||
await dispatch(
|
await dispatch(
|
||||||
'git',
|
'git',
|
||||||
['commit', '-am', '-q', `"Firefox ${version}"`],
|
['commit', '-aqm', `"Firefox ${version}"`],
|
||||||
dir as string,
|
dir as string,
|
||||||
false,
|
false,
|
||||||
logInfo
|
logInfo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue