Skip to content

Commit 08b32c8

Browse files
committed
fix: Naming
1 parent 9a8738b commit 08b32c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def main():
191191
print(f" - {asset['name']}")
192192
if asset['name'] == expected_asset_name:
193193
matching_asset = asset
194-
print(f"Matching asset: {matching_asset['name']}")
194+
print(f"Using native library: {matching_asset['name']}")
195195

196196
if matching_asset:
197197
print(f"\nDownloading asset: {matching_asset['name']}")

0 commit comments

Comments
 (0)