mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 08:55:33 +02:00
simple syntax fix
This commit is contained in:
parent
fd234005ec
commit
f2fa1a517a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const applyConfig = async (os: string) => {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Retrieve changeset
|
// Retrieve changeset
|
||||||
const { stdout } = await execa('git', ['rev-parse', 'HEAD'])
|
const { stdout } = await execa('git', ['rev-parse','--', 'HEAD'])
|
||||||
changeset = stdout.trim()
|
changeset = stdout.trim()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
log.warning(
|
log.warning(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue