Skip to content

Commit 9d6743e

Browse files
authored
chore: update envinfo command
1 parent be6706a commit 9d6743e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ body:
7272
Provide information about your environment. Run
7373
7474
```shell
75-
npx -y nativescript-envinfo
75+
echo 'y' | npx nativescript-envinfo
7676
```
7777
7878
inside the project and paste the output directly without manual formatting.
7979
placeholder: |
8080
Paste the result of
8181
82-
npx -y nativescript-envinfo
82+
echo 'y' | npx nativescript-envinfo
8383
8484
- type: markdown
8585
attributes:

0 commit comments

Comments
 (0)