Skip to content

Commit

Permalink
try this one
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed Jul 15, 2024
1 parent 75ba23c commit 22d9496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-latest-tgf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Invoke-WebRequest "https://github.com/coveo/tgf/releases/download/v$($LATEST_VER
Expand-Archive -Path $ZipFile -DestinationPath $TempTgfFolder

Write-Host "Copying executable to $(${env:TGF_PATH})"
Copy-Item $TempTgfPath -Destination ${env:TGF_PATH} -Force
Copy-Item $TempTgfPath -Destination (Invoke-Expression ${env:TGF_PATH}) -Force

Remove-Item $ZipFile
Remove-Item $TempTgfFolder -Recurse
Expand Down

0 comments on commit 22d9496

Please sign in to comment.