Skip to content

Commit 593d351

Browse files
authored
Remove terminal spaces
1 parent 191212e commit 593d351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/iso.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FOR /f "tokens=1,2 delims=-" %%a IN ("%latestkver%") DO (
1616
SET downloads=%userprofile%\Downloads
1717

1818
ECHO.
19-
ECHO Choose the flavour of Ubuntu you wish to install:
19+
ECHO Choose the flavour of Ubuntu you wish to install:
2020
ECHO.
2121
ECHO 1. Ubuntu
2222
ECHO 2. Kubuntu
@@ -45,7 +45,7 @@ IF "%flavinput%"=="1" (
4545
)
4646

4747
ECHO.
48-
ECHO Choose the version of Ubuntu you wish to install:
48+
ECHO Choose the version of Ubuntu you wish to install:
4949
ECHO.
5050
ECHO 1. 24.04 LTS - Noble Numbat
5151
ECHO 2. 25.10 - Questing Quokka

0 commit comments

Comments
 (0)