Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv authored Oct 6, 2024
1 parent 63ceddb commit c3061ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

await $`cat package.json | grep name`

let branch = await $`git branch --show-current`
const branch = await $`git branch --show-current`
await $`dep deploy --branch=${branch}`

await Promise.all([
Expand All @@ -14,7 +14,7 @@ await Promise.all([
$`sleep 3; echo 3`,
])

let name = 'foo bar'
const name = 'foo bar'
await $`mkdir /tmp/${name}`
```

Expand Down

0 comments on commit c3061ab

Please sign in to comment.