Skip to content

Commit 67701ab

Browse files
authored
Use curl in bug-report.yml
`wget` often isn't available on macOS. `curl` is typically available on both macOS and Linux.
1 parent cb25809 commit 67701ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body:
3535
description: |
3636
Please run the following and paste the output below.
3737
```sh
38-
wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
38+
curl -O https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
3939
# For security purposes, please check the contents of collect_env.py before running it.
4040
python collect_env.py
4141
```

0 commit comments

Comments
 (0)