Skip to content

Commit

Permalink
Fix another whitespace lint for PowerShell script
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffaluff committed Oct 30, 2024
1 parent 329e305 commit fd291af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Function PrependPaths() {
# have a restricted set of entries, but the correct values can be obtained with
# GetEnvironmentVariable.
$Env:Path = [Environment]::GetEnvironmentVariable('Path', 'User').TrimEnd(';') `
+ ';' + [Environment]::GetEnvironmentVariable('Path', 'Machine')
+ ';' + [Environment]::GetEnvironmentVariable('Path', 'Machine')

# Private convenience variables.

Expand Down

0 comments on commit fd291af

Please sign in to comment.