Skip to content

Commit e46fedc

Browse files
committed
Fix: fix var syntax
1 parent d493e9a commit e46fedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alas.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ echo ===========================================================================
474474
if "%FirstRun%"=="yes" (
475475
call command\ConfigTemplate.bat SerialTemplate %SerialRealtime%
476476
) else (
477-
call command\ConfigAlas.bat SerialAlas %SerialRealtime
477+
call command\ConfigAlas.bat SerialAlas %SerialRealtime%
478478
)
479479
echo ====================================================================================================
480480
echo Old Serial: %SerialAlas%

0 commit comments

Comments
 (0)