Skip to content

Commit

Permalink
Small fix in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
gahaas authored Jun 21, 2024
1 parent 7dc29b9 commit 0a8e725
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 0a8e725

Please sign in to comment.