From 980eb213f9871e89a62f883bbd9fb540f6370295 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 2 Feb 2022 14:34:34 +0100 Subject: [PATCH] chore: update envinfo command --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 027de0815..c192ceaab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -72,14 +72,14 @@ body: Provide information about your environment. Run ```shell - npx nativescript-envinfo -y + echo 'y' | npx nativescript-envinfo ``` inside the project and paste the output directly without manual formatting. placeholder: | Paste the result of - npx nativescript-envinfo -y + echo 'y' | npx nativescript-envinfo - type: markdown attributes: