Fix incorrect git path

This commit is contained in:
Manuel Thalmann 2023-06-22 15:36:05 +02:00
parent 77ee83d63d
commit 9295743ed9

View file

@ -1,6 +1,6 @@
$null = $env:WIN_COMPUTER_NAME; $null = $env:WIN_COMPUTER_NAME;
$null = $env:SETUP_SCRIPT_NAME; $null = $env:SETUP_SCRIPT_NAME;
& "X:\git\git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git; & "X:/git/bin/git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git;
Set-Location PortValhalla; Set-Location PortValhalla;
pwsh; pwsh;