Skip to content

Commit 5ab081a

Browse files
committed
wrap
1 parent fa86baf commit 5ab081a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Initialize-Machine.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Begin
556556

557557
Write-Verbose 'fetching WindowsPowerShell environment'
558558

559-
Push-Location [Environment]::GetFolderPath('MyDocuments')
559+
Push-Location ([Environment]::GetFolderPath('MyDocuments'))
560560
git clone https://github.com/stevencohn/WindowsPowerShell.git
561561
Pop-Location
562562
}
@@ -567,7 +567,7 @@ Begin
567567

568568
Write-Verbose 'enabling yellow mouse cursors'
569569

570-
Push-Location [Environment]::GetFolderPath('MyDocuments')
570+
Push-Location ([Environment]::GetFolderPath('MyDocuments'))
571571
git clone https://github.com/stevencohn/YellowCursors.git
572572
Push-Location YellowCursors
573573
.\Install.ps1

0 commit comments

Comments
 (0)