Skip to content

Commit 2aebbe4

Browse files
committed
fix: fixed indenting
1 parent 5e1e2e1 commit 2aebbe4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/playbook/Configuration/custom.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ actions:
2626
weight: 10
2727
wait: true
2828

29-
-writeStatus: {status: 'Deleting old AtlasOS folders'}
30-
-powerShell:
31-
command: |
32-
$windir = [Environment]::GetFolderPath('Windows')
33-
Remove-Item -LiteralPath "$windir\AtlasDesktop" -Force -Recurse
34-
Remove-Item -LiteralPath "$windir\AtlasModules" -Force -Recurse
35-
wait: true
36-
exeDir: true
37-
onUpgrade: true
29+
- !writeStatus: {status: 'Deleting old AtlasOS folders'}
30+
- !powerShell:
31+
command: |
32+
$windir = [Environment]::GetFolderPath('Windows')
33+
Remove-Item -LiteralPath "$windir\AtlasDesktop" -Force -Recurse
34+
Remove-Item -LiteralPath "$windir\AtlasModules" -Force -Recurse
35+
wait: true
36+
exeDir: true
37+
onUpgrade: true
3838

3939
- !writeStatus: {status: 'Copying files'}
4040
- !powerShell:

0 commit comments

Comments
 (0)