Skip to content

Commit 01c8c3b

Browse files
committed
Resolve directories to absolute path
1 parent 9ce2847 commit 01c8c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_model_sources.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Get-Content "./.env" | ForEach {
1111
Set-Content env:\$name $value
1212
}
1313

14-
$sourceDirectory = $env:SOURCE_DIRECTORY
14+
$sourceDirectory = Resolve-Path -Path $env:SOURCE_DIRECTORY
1515

1616
$naturalSort = { [regex]::Replace($_, '\d+', { $args[0].Value.PadLeft(20) }) }
1717

0 commit comments

Comments
 (0)