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