Skip to content

Commit

Permalink
Fixed indentation for wsb file
Browse files Browse the repository at this point in the history
  • Loading branch information
Joly0 committed Jan 6, 2025
1 parent 299e7a4 commit d5d755d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/Run_in_Sandbox/RunInSandbox.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ function New-WSB {
}
Add-Content -LiteralPath $Sandbox_File_Path -Value " </MappedFolders>"

Add-Content -Path $Sandbox_File_Path -Value " <LogonCommand>"
Add-Content -Path $Sandbox_File_Path -Value " <Command>$Command_to_Run</Command>"
Add-Content -Path $Sandbox_File_Path -Value " </LogonCommand>"
Add-Content -Path $Sandbox_File_Path -Value " <LogonCommand>"
Add-Content -Path $Sandbox_File_Path -Value " <Command>$Command_to_Run</Command>"
Add-Content -Path $Sandbox_File_Path -Value " </LogonCommand>"
Add-Content -Path $Sandbox_File_Path -Value "</Configuration>"
}

Expand Down

0 comments on commit d5d755d

Please sign in to comment.