Skip to content

Commit b4622eb

Browse files
committed
Fixed a last minute format bug.
1 parent e72f8df commit b4622eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

util/Win_Check_Output.bat

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
@setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
22
@echo OFF
33
set BAT_VERSION=v1.0
4+
set REPORT_NAME=Win_Check_Output.txt
5+
6+
:: -----------------------------------------------------------------------------
47

58
cls
69

@@ -10,7 +13,6 @@ echo QMK Windows Check Output %BAT_VERSION%.>%REPORT_NAME%
1013
:: -----------------------------------------------------------------------------
1114

1215
set MINGW_BASE_DIR=C:\MinGW
13-
set REPORT_NAME=Win_Check_Output.txt
1416

1517
set KEYMAP=atomic-pvc
1618
set KEYMAP_CLEAN=atomic-pvc-clean

0 commit comments

Comments
 (0)