Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit b0fb064

Browse files
authored
Fix: Pass command line args to setup when calling run_local.bat (#109)
1 parent 556d1cb commit b0fb064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignallingWebServer/platform_scripts/cmd/run_local.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pushd "%~dp0"
88
title Cirrus
99

1010
@Rem Run setup to ensure we have node and cirrus installed.
11-
call setup.bat
11+
call setup.bat %*
1212

1313
@Rem Move to cirrus directory.
1414
pushd ..\..

0 commit comments

Comments
 (0)