From 06fb340042046b9ee009c80b32493d6da05d1736 Mon Sep 17 00:00:00 2001 From: gahaas Date: Tue, 25 Jun 2024 14:35:54 +0200 Subject: [PATCH] Small fix in code snippet (#772) --- src/docs/node-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/node-integration.md b/src/docs/node-integration.md index f5e32288a..c5ba88f6c 100644 --- a/src/docs/node-integration.md +++ b/src/docs/node-integration.md @@ -44,7 +44,7 @@ cd node git remote add v8 http://github.com/v8/node git remote add git@github.com:/node.git git fetch v8 -git checkout node-ci- +git checkout v8/node-ci- export BRANCH_NAME=`date +"%Y-%m-%d"`_fix_name git checkout -b $BRANCH_NAME ```