Skip to content

Commit

Permalink
Try using non-LFS URLs. pt.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmart committed Sep 20, 2023
1 parent 402f309 commit 04856ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/fetch-assets.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ foreach ($file in $downloads.Keys) {
# Copy-Item -Path $assets/TAC-HashV41.hash -Destination $deviceDetectionData/Enterprise-HashV41.hash

# We can just symlink these
New-Item -ItemType SymbolicLink -Force -Target "$assets/TAC-HashV41.hash.csv" -Path "$deviceDetectionData/TAC-HashV41.hash"
New-Item -ItemType SymbolicLink -Force -Target "$assets/TAC-HashV41.hash" -Path "$deviceDetectionData/TAC-HashV41.hash"
New-Item -ItemType SymbolicLink -Force -Target "$assets/51Degrees-LiteV4.1.hash" -Path "$deviceDetectionData/51Degrees-LiteV4.1.hash"
New-Item -ItemType SymbolicLink -Force -Target "$assets/20000 Evidence Records.yml" -Path "$deviceDetectionData/20000 Evidence Records.yml"
New-Item -ItemType SymbolicLink -Force -Target "$assets/20000 User Agents.csv" -Path "$deviceDetectionData/20000 User Agents.csv"
Expand Down

0 comments on commit 04856ea

Please sign in to comment.