Skip to content

Commit 240654e

Browse files
committed
Update runtests.sh
1 parent f01548a commit 240654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
4343
echo "chmod +x $PLAYWRIGHT_DRIVER_PATH"
4444
chmod +x $PLAYWRIGHT_DRIVER_PATH
4545
echo "chmod +x $PLAYWRIGHT_NODE_PATH"
46-
chmod +x PLAYWRIGHT_NODE_PATH
46+
chmod +x $PLAYWRIGHT_NODE_PATH
4747
fi
4848

4949
RESET="\033[0m"

0 commit comments

Comments
 (0)