Skip to content

Commit f27eb4c

Browse files
author
Zhen
committed
Fix typo in windows test script
1 parent afc0d0f commit f27eb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ try
1010
}
1111
else
1212
{
13-
$env.NEORUN_START_ARGS="$args"
13+
$env:NEORUN_START_ARGS="$args"
1414
npm run start-neo4j
1515
}
1616

0 commit comments

Comments
 (0)