Fix formatting of OMP themes
This commit is contained in:
parent
af57949bf5
commit
df86ea2980
|
@ -47,7 +47,7 @@ Start-SoftwareInstaller @PSBoundParameters `
|
|||
sudo -u "$user" pwsh -CommandWithArgs 'Set-Content $args[0] -Value $args[1]' $path ([string](
|
||||
& {
|
||||
if ($IsWindows) {
|
||||
wsl cat $info.source;
|
||||
wsl cat $info.source | Out-String;
|
||||
} else {
|
||||
Get-Content -Raw $info.source;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue