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

Commit

Permalink
Fix: Pass command line args to setup when calling run_local.bat (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehb committed Feb 20, 2023
1 parent 556d1cb commit b0fb064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignallingWebServer/platform_scripts/cmd/run_local.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pushd "%~dp0"
title Cirrus

@Rem Run setup to ensure we have node and cirrus installed.
call setup.bat
call setup.bat %*

@Rem Move to cirrus directory.
pushd ..\..
Expand Down

0 comments on commit b0fb064

Please sign in to comment.