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