Skip to content

Commit ee5571d

Browse files
committed
Slightly improve stylistic consistency
The `ci.yml` workflow uses 2-space indents, including in scripts written in script steps, but there was one place a 4-space ident was used accidentally.
1 parent ddef6d3 commit ee5571d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,13 @@ jobs:
203203
$log = 'setup-log.txt'
204204
# Inno Setup args reference: https://jrsoftware.org/ishelp/index.php?topic=setupcmdline
205205
$arguments = @(
206-
'/VERYSILENT',
207-
'/SUPPRESSMSGBOXES',
208-
'/ALLUSERS',
209-
"/LOG=$log",
210-
'/NORESTART',
211-
'/CLOSEAPPLICATIONS',
212-
'/FORCECLOSEAPPLICATIONS'
206+
'/VERYSILENT',
207+
'/SUPPRESSMSGBOXES',
208+
'/ALLUSERS',
209+
"/LOG=$log",
210+
'/NORESTART',
211+
'/CLOSEAPPLICATIONS',
212+
'/FORCECLOSEAPPLICATIONS'
213213
)
214214
215215
mkdir $workingDir | Out-Null

0 commit comments

Comments
 (0)