Skip to content

Commit 9ecf9aa

Browse files
Copilotfriggeri
andcommitted
Fix: Use consistent path navigation from repository root
Changed from relative path (cd ../test/harness) to absolute path from repo root (cd test/harness) for consistency Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
1 parent 1cb312e commit 9ecf9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This is a multi-language SDK repository. Install the tools for the SDK(s) you pl
4848
1. Install npm dependencies:
4949
```bash
5050
cd nodejs && npm ci
51-
cd ../test/harness && npm ci
51+
cd test/harness && npm ci
5252
```
5353
1. Install .NET dependencies: `cd dotnet && dotnet restore`
5454

0 commit comments

Comments
 (0)