mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
Merge pull request #23 from zen-browser/revert-20-simple-syntax-fix
Revert "simple syntax fix in Build.ts"
This commit is contained in:
commit
9a7ee37e1b
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