fixed some curl refs

This commit is contained in:
Paul Wilde 2024-03-13 11:40:09 +00:00
parent 66b688d2f2
commit fe48133d22

View file

@ -1,4 +1,6 @@
Set-Alias -Name curl -Value ./bin/curl.exe
$dir = Split-Path $script:MyInvocation.MyCommand.Path $dir = Split-Path $script:MyInvocation.MyCommand.Path
. "$dir/env.ps1" . "$dir/env.ps1"
$DATE = (Get-Date).ToString("yyyy-MM-dd HH:mm:ss") $DATE = (Get-Date).ToString("yyyy-MM-dd HH:mm:ss")