We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce2847 commit 01c8c3bCopy full SHA for 01c8c3b
download_model_sources.ps1
@@ -11,7 +11,7 @@ Get-Content "./.env" | ForEach {
11
Set-Content env:\$name $value
12
}
13
14
-$sourceDirectory = $env:SOURCE_DIRECTORY
+$sourceDirectory = Resolve-Path -Path $env:SOURCE_DIRECTORY
15
16
$naturalSort = { [regex]::Replace($_, '\d+', { $args[0].Value.PadLeft(20) }) }
17
0 commit comments