Skip to content

Commit

Permalink
Small fix in code snippet (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
gahaas authored Jun 25, 2024
1 parent 7dc29b9 commit 06fb340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/node-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cd node
git remote add v8 http://github.com/v8/node
git remote add <your-user-name> [email protected]:<your-user-name>/node.git
git fetch v8
git checkout node-ci-<sync-date>
git checkout v8/node-ci-<sync-date>
export BRANCH_NAME=`date +"%Y-%m-%d"`_fix_name
git checkout -b $BRANCH_NAME
```
Expand Down

0 comments on commit 06fb340

Please sign in to comment.