Skip to content

Commit 8a78d5e

Browse files
committed
fix: address issue with python windows script
Signed-off-by: Tyler Slaton <[email protected]>
1 parent a1caf3c commit 8a78d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "next build",
1111
"start": "next start",
1212
"lint": "next lint",
13-
"install:agent": "sh ./scripts/setup-agent.sh || scripts/setup-agent.bat",
13+
"install:agent": "sh ./scripts/setup-agent.sh || scripts\\setup-agent.bat",
1414
"postinstall": "npm run install:agent"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)