Skip to content

Commit

Permalink
refactor(backup.ps1): remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Nov 25, 2023
1 parent 51d78e0 commit 8ef0ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/atlas/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ actions:

# Backup default Windows serivces & drivers
- !cmd:
command: 'powershell -NoP -EP Unrestricted -File "BACKUP.ps1" "%windir%\AtlasModules\Other\winServices.reg"'
command: 'powershell -NoP -EP Unrestricted -File BACKUP.ps1 "%windir%\AtlasModules\Other\winServices.reg"'
wait: true
exeDir: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Backs up default Atlas services and drivers, after all the tweaks a
privilege: TrustedInstaller
actions:
- !cmd:
command: 'powershell -NoP -EP Unrestricted -File "BACKUP.ps1" "%windir%\AtlasModules\Other\atlasServices.reg"'
command: 'powershell -NoP -EP Unrestricted -File BACKUP.ps1 "%windir%\AtlasModules\Other\atlasServices.reg"'
wait: true
exeDir: true

0 comments on commit 8ef0ad0

Please sign in to comment.