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